Structs§
- Complex
Matrix - 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.)