Open Sidebar
Close Sidebar
linalg
master
Complex
Enumerable
LA
Aliases
BMat
BMat32
BMatComplex
GMat
GMat32
GMatComplex
Mat
Mat32
MatComplex
BandedMatrix
Enums
Axis
DFTScale
LSMethod
LUTranspose
MatrixNorm
PascalKind
RankMethod
GeneralMatrix
Matrix
MatrixFlags
Sparse
COOMatrix
CSCMatrix
CSRMatrix
Matrix
SubMatrix
Utils
Columns
LinAlgError
LUMatrix
MatrixParseError
RowColumn
Rows
WorkArea
Math
Number
Spec
AlmostEqualExpectation
Expectations
enum
LA::
Enums::
LUTranspose
Defined in:
linalg/lu.cr
Enum Members
None
=
0
Transpose
=
1
ConjTranspose
=
2
Instance Method Summary
#conj_transpose?
#none?
#transpose?
Instance Method Detail
def
conj_transpose?
#
[
View source
]
def
none?
#
[
View source
]
def
transpose?
#
[
View source
]