Linear Algebra
arduino
Accessible implementations of linear algebra algorithms
|
Matrix and vector negation.
Functions | |
Matrix | operator- (const Matrix &A) |
Matrix negation. More... | |
Matrix && | operator- (Matrix &&A) |
Vector && | operator- (Vector &&a) |
RowVector && | operator- (RowVector &&a) |
SquareMatrix && | operator- (SquareMatrix &&a) |
Vector | operator- (const Vector &a) |
RowVector | operator- (const RowVector &a) |
SquareMatrix | operator- (const SquareMatrix &a) |
Matrix negation.
Definition at line 903 of file Matrix.cpp.
Definition at line 910 of file Matrix.cpp.
Definition at line 914 of file Matrix.cpp.
Definition at line 918 of file Matrix.cpp.
SquareMatrix&& operator- | ( | SquareMatrix && | a | ) |
Definition at line 922 of file Matrix.cpp.
Definition at line 926 of file Matrix.cpp.
Definition at line 929 of file Matrix.cpp.
SquareMatrix operator- | ( | const SquareMatrix & | a | ) |
Definition at line 932 of file Matrix.cpp.