abs(Matrix< FriendType > M) | Matrix< UsedType > | friend |
acos(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
acosh(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
add(int rol, int col, UsedType number) | Matrix< UsedType > | |
asin(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
asinh(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
atan(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
atanh(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
Avarage() | Matrix< UsedType > | |
ceil(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
cols | Matrix< UsedType > | private |
cos(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
cosh(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
det() | Matrix< UsedType > | |
diff(Matrix< FriendType > M, FriendType h) | Matrix< UsedType > | friend |
eigenvalues() | Matrix< UsedType > | |
exp(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
eye(int num) | Matrix< UsedType > | |
floor(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
getCols() | Matrix< UsedType > | |
getColumn(int num) | Matrix< UsedType > | |
getLine(int num) | Matrix< UsedType > | |
getMat(int row, int col) | Matrix< UsedType > | |
getRows() | Matrix< UsedType > | |
ind(Matrix< UsedType > Mat1) | Matrix< UsedType > | private |
init(int row, int col) | Matrix< UsedType > | |
init(string value) | Matrix< UsedType > | |
inv() | Matrix< UsedType > | |
length() | Matrix< UsedType > | |
lineVector(int left, int rigth) | Matrix< UsedType > | |
log(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
log10(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
Mat | Matrix< UsedType > | private |
Matrix() | Matrix< UsedType > | |
Matrix(string value) | Matrix< UsedType > | |
Matrix(int row, int col) | Matrix< UsedType > | |
Matrix(const Matrix &otherMatrix) | Matrix< UsedType > | |
max() | Matrix< UsedType > | |
max(Matrix< FriendType > M) | Matrix< UsedType > | friend |
min() | Matrix< UsedType > | |
min(Matrix< FriendType > M) | Matrix< UsedType > | friend |
norm(Matrix< FriendType > M) | Matrix< UsedType > | friend |
ones(int row, int col) | Matrix< UsedType > | |
operator()(int row, int col) | Matrix< UsedType > | |
operator()(int row, int col, UsedType value) | Matrix< UsedType > | |
operator*(Matrix Mat1) | Matrix< UsedType > | |
operator*(UsedType a) | Matrix< UsedType > | |
operator*(FriendType a, Matrix< FriendType > Mat1) | Matrix< UsedType > | friend |
operator+(Matrix Mat1) | Matrix< UsedType > | |
operator+(UsedType a) | Matrix< UsedType > | |
operator-(Matrix Mat1) | Matrix< UsedType > | |
operator-(UsedType a) | Matrix< UsedType > | |
operator-(FriendType a, Matrix< FriendType > Mat1) | Matrix< UsedType > | friend |
operator-(FriendType a, Matrix< FriendType > Mat1) | Matrix< UsedType > | friend |
operator/(Matrix Mat1) | Matrix< UsedType > | |
operator/(UsedType a) | Matrix< UsedType > | |
operator/(FriendType a, Matrix< FriendType > Mat1) | Matrix< UsedType > | friend |
operator=(Matrix Mat1) | Matrix< UsedType > | |
operator=(string value) | Matrix< UsedType > | |
operator>(UsedType num) | Matrix< UsedType > | |
operator^(UsedType exp) | Matrix< UsedType > | |
operator|(Matrix Mat1) | Matrix< UsedType > | |
operator||(Matrix Mat1) | Matrix< UsedType > | |
operator~() | Matrix< UsedType > | |
pol() | Matrix< UsedType > | |
print() | Matrix< UsedType > | |
randU(int row, int col) | Matrix< UsedType > | |
round(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
rows | Matrix< UsedType > | private |
setColumn(int num, Matrix< UsedType > Colummn) | Matrix< UsedType > | |
setLine(int num, Matrix< UsedType > Line) | Matrix< UsedType > | |
setMat(int row, int col, UsedType num) | Matrix< UsedType > | |
sin(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
sinh(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
sqr(Matrix< UsedType > Mat1) | Matrix< UsedType > | private |
Std() | Matrix< UsedType > | |
tan(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
tanh(Matrix< FriendType > M1) | Matrix< UsedType > | friend |
trace() | Matrix< UsedType > | |
Variance() | Matrix< UsedType > | |
zeros(int row, int col) | Matrix< UsedType > | |
~Matrix() | Matrix< UsedType > | |