Open Sidebar
Close Sidebar
CrystalDoc.info
Source code
Shards.info
linalg
master
Top Level Namespace
Complex
Enumerable
LA
Axis
BandedMatrix
BMat
BMat32
BMatComplex
DFTScale
GeneralMatrix
GMat
GMat32
GMatComplex
LapackHelper
LinAlgError
LSMethod
LUMatrix
LUTranspose
Mat
Mat32
MatComplex
Matrix
Columns
Diagonal
Rows
MatrixFlags
MatrixNorm
PascalKind
RankMethod
RowColumn
Sparse
COOMatrix
Matrix
SubMatrix
WorkPool
Math
MatrixParseError
Number
Spec
AlmostEqualExpectation
Expectations
Generated using Crystal 1.14.0
2024-11-26 18:44:08 UTC
abstract struct
Number
Number
Value
Object
Overview
The top-level number type.
Included Modules
Comparable(
Number
)
Steppable
Defined in:
matrix/num_helpers.cr
Instance Method Summary
#*
(m : LA::Matrix)
#+
(m : LA::Matrix)
#-
(m : LA::Matrix)
#conj
Instance Method Detail
def
*
(m :
LA::Matrix
)
#
[
View source
]
def
+
(m :
LA::Matrix
)
#
[
View source
]
def
-
(m :
LA::Matrix
)
#
[
View source
]
def
conj
#
[
View source
]