mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] Evaluation return numerical matrix
Change-Id: I58dbc93ad22a086580a77318b2524db9c70e47d2
This commit is contained in:
@@ -76,7 +76,7 @@ ExpressionLayout * Calculation::inputLayout() {
|
||||
return m_inputLayout;
|
||||
}
|
||||
|
||||
Expression * Calculation::output(Context * context) {
|
||||
Evaluation * Calculation::output(Context * context) {
|
||||
if (m_output == nullptr) {
|
||||
/* To ensure that the expression 'm_output' is a matrix or a complex, we
|
||||
* call 'evaluate'. */
|
||||
|
||||
Reference in New Issue
Block a user