mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
[poincare] Factorize Echelon Form classes
Change-Id: I7ec7290a4d94b9bd1224ad4c53be8b4662bd32d5
This commit is contained in:
committed by
Émilie Feral
parent
f00c135b69
commit
3bfc0c83d8
@@ -186,8 +186,8 @@ bool Expression::IsMatrix(const Expression e, Context * context) {
|
||||
|| e.type() == ExpressionNode::Type::MatrixInverse
|
||||
|| e.type() == ExpressionNode::Type::MatrixIdentity
|
||||
|| e.type() == ExpressionNode::Type::MatrixTranspose
|
||||
|| e.type() == ExpressionNode::Type::MatrixRef
|
||||
|| e.type() == ExpressionNode::Type::MatrixRref;
|
||||
|| e.type() == ExpressionNode::Type::MatrixRowEchelonForm
|
||||
|| e.type() == ExpressionNode::Type::MatrixReducedRowEchelonForm;
|
||||
}
|
||||
|
||||
bool Expression::IsInfinity(const Expression e, Context * context) {
|
||||
|
||||
Reference in New Issue
Block a user