mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] Add ref and rref matrix functions
Change-Id: Id0e57a4f85d551ca5320c4b6e3c0baadae70946d
This commit is contained in:
committed by
Émilie Feral
parent
997c103fba
commit
007c38652f
@@ -185,7 +185,9 @@ bool Expression::IsMatrix(const Expression e, Context * context) {
|
||||
|| e.type() == ExpressionNode::Type::PredictionInterval
|
||||
|| e.type() == ExpressionNode::Type::MatrixInverse
|
||||
|| e.type() == ExpressionNode::Type::MatrixIdentity
|
||||
|| e.type() == ExpressionNode::Type::MatrixTranspose;
|
||||
|| e.type() == ExpressionNode::Type::MatrixTranspose
|
||||
|| e.type() == ExpressionNode::Type::MatrixRef
|
||||
|| e.type() == ExpressionNode::Type::MatrixRref;
|
||||
}
|
||||
|
||||
bool Expression::IsInfinity(const Expression e, Context * context) {
|
||||
|
||||
Reference in New Issue
Block a user