[poincare] Evaluation return numerical matrix

Change-Id: I58dbc93ad22a086580a77318b2524db9c70e47d2
This commit is contained in:
Émilie Feral
2017-07-31 14:35:57 +02:00
parent d92eb6866d
commit f73ddcd08f
165 changed files with 1675 additions and 2154 deletions

View File

@@ -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'. */