Functions |
Matrix | operator+ (const Matrix &a) |
MatMTimesMat | operator * (const Matrix &a, const Matrix &b) |
Matrix | operator/ (const Matrix &a, const Matrix &b) |
Matrix | uplus (const Matrix &a) |
Matrix | uminus (const Matrix &a) |
Matrix | mplus (const Matrix &a, const Matrix &b) |
Matrix | mminus (const Matrix &a, const Matrix &b) |
MatTimesMat | times (const Matrix &a, const Matrix &b) |
MatMTimesMat | mtimes (const Matrix &a, const Matrix &b) |
Matrix | rdivide (const Matrix &a, const Matrix &b) |
Matrix | mrdivide (Matrix a, Matrix b) |
MatCrossMat | cross (const Matrix &a, const Matrix &b) |
Matrix | sincos (Matrix &c, const Matrix &a) |
Matrix | subsasgn (const Matrix &a, const Matrix &idx, const Matrix &b) |
Matrix | zeros (int n) |
Matrix | zeros (int m, int n) |
Matrix | zeros (const Matrix &s) |
Matrix | ones (int n) |
Matrix | ones (int m, int n) |
Matrix | ones (const Matrix &s) |
Matrix | eye (int n) |
Matrix | eye (int m, int n) |
Matrix | eye (const Matrix &s) |
Matrix | colon (double start, double step, double stop) |
Matrix | colon () |
int | size (int &cols, const Matrix &a) |
int | size (const Matrix &a, int dim) |
Matrix | size (const Matrix &a) |
int | length (const Matrix &a) |
bool | isScalar (const Matrix &a) |
Matrix | mhorzcat (const Matrix &mat1, const Matrix &mat2, const Matrix &mat3, const Matrix &mat4, const Matrix &mat5, const Matrix &mat6, const Matrix &mat7, const Matrix &mat8, const Matrix &mat9, const Matrix &mat10, const Matrix &mat11, const Matrix &mat12, const Matrix &mat13, const Matrix &mat14, const Matrix &mat15, const Matrix &mat16, const Matrix &mat17, const Matrix &mat18, const Matrix &mat19, const Matrix &mat20) |
Matrix | mvertcat (const Matrix &mat1, const Matrix &mat2, const Matrix &mat3, const Matrix &mat4, const Matrix &mat5, const Matrix &mat6, const Matrix &mat7, const Matrix &mat8, const Matrix &mat9, const Matrix &mat10, const Matrix &mat11, const Matrix &mat12, const Matrix &mat13, const Matrix &mat14, const Matrix &mat15, const Matrix &mat16, const Matrix &mat17, const Matrix &mat18, const Matrix &mat19, const Matrix &mat20) |