Module matrix

Source

Structs§

ComplexMatrix
R-like complex matrix structure

Functions§

cdiag
ceye
MATLAB like eye - Identity matrix
cgemm
GEMM wrapper for Matrixmultiply
cgemv
General Matrix-Vector multiplication
cmatmul
Matrix multiply back-ends
cmatrix
R-like complex matrix constructor
complex_cbind
R like cbind - concatenate two comlex matrix by column direction
complex_combine
Combine separated Complex Matrix to one Complex Matrix
complex_gevm
General Vector-Matrix multiplication
complex_inv_l
Inverse of Lower matrix
complex_inv_u
Inverse of upper triangular matrix
complex_rbind
R like rbind - concatenate two complex matrix by row direction
csolve
ml_cmatrix
Matlab-like matrix constructor
py_cmatrix
Python-like complex matrix constructor
r_cmatrix
R-like complex matrix constructor (Explicit ver.)