#include <multivector.h>
Definition at line 67 of file multivector.h.
std::Matrix::Matrix |
( |
const Matrix & |
m | ) |
|
|
inline |
std::Matrix::Matrix |
( |
const char * |
m[3][3] | ) |
|
|
inline |
constructs a symbolic matrix with the symbols names given by the argument
Definition at line 74 of file multivector.h.
std::Matrix::Matrix |
( |
const char * |
name, |
|
|
const char ** |
index1, |
|
|
const char ** |
index2 |
|
) |
| |
|
inline |
constructs a symbolic matrix with the symbols names given by the arguments
Definition at line 79 of file multivector.h.
std::Matrix::Matrix |
( |
ex |
m1, |
|
|
ex |
m2, |
|
|
ex |
m3 |
|
) |
| |
|
inline |
std::Matrix::Matrix |
( |
ex |
m1 | ) |
|
|
inline |
constructs a diagonal matrix with all diagonal elements equal
Definition at line 95 of file multivector.h.
std::Matrix::Matrix |
( |
ex |
t12, |
|
|
ex |
t13, |
|
|
ex |
t23, |
|
|
ex |
d13 |
|
) |
| |
|
inline |
constructs a unitary matrix in the standard form
Definition at line 102 of file multivector.h.
Matrix std::Matrix::conjugate |
( |
| ) |
const |
|
inline |
computes the hermitian conjugate of the matrix
Definition at line 125 of file multivector.h.
ex std::Matrix::cs |
( |
ex |
t12 | ) |
|
|
inline |
ex std::Matrix::sn |
( |
ex |
t12 | ) |
|
|
inline |
The documentation for this class was generated from the following file: