Linear Algebra
master
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 884 of file Matrix.cpp.
Definition at line 891 of file Matrix.cpp.
Definition at line 895 of file Matrix.cpp.
Definition at line 899 of file Matrix.cpp.
SquareMatrix&& operator- | ( | SquareMatrix && | a | ) |
Definition at line 903 of file Matrix.cpp.
Definition at line 907 of file Matrix.cpp.
Definition at line 910 of file Matrix.cpp.
SquareMatrix operator- | ( | const SquareMatrix & | a | ) |
Definition at line 913 of file Matrix.cpp.