Vecxt API
Vecxt API
API
vecxt
dimensionExtender
DimensionExtender
Dimension
rangeExtender
MatrixRange
reinsurance
BooleanArrays
BoundsCheck
DoBoundsCheck
Cholesky
ComparisonOp
Determinant
DoubleArraysX
DoubleMatrix
Eigenvalues
FloatArraysX
IntArraysX
InvalidMatrix
InvalidNDArray
JsDoubleMatrix
JsNativeBooleanArrays
JsNativeDoubleArrays
JsNativeFloatArrays
JvmDoubleMatrix
JvmFloatMatrix
JvmIntMatrix
JvmNativeDoubleMatrix
LU
LongArrays
MatrixDimensionMismatch
MatrixEmptyException
MatrixHelper
MatrixInstance
MatrixNotSquareException
MatrixNotSymmetricException
NDArrayBooleanIndexing
NDArrayBooleanOps
NDArrayDoubleOps
NDArrayFloatOps
NDArrayFloatReductions
NDArrayIntOps
NDArrayIntReductions
NDArrayReductions
NDArrayWhere
NativeDoubleMatrix
NativeFloatMatrix
NativeIntMatrix
OneAndZero
OneAndZero
given_OneAndZero_Boolean
QR
Solve
Svd
SVDMode
VarianceMode
VarianceMode
VectorDimensionMismatch
all
arrayUtil
broadcast
BroadcastException
ShapeMismatchException
cosineSimilarity
dimMatCheck
dimMatDInstantiateCheck
dimMatInstantiateCheck
dimNDArrayCheck
doublearrays
floatarrays
indexCheckMat
indexNDArrayCheck
intarrays
matrix
Matrix
Matrix
matrixUtil
Horizontal
Vertical
ndarray
NDArray
NDArray
ndarrayOps
nonEmptyMatCheck
sameDenseElementWiseMemoryLayoutCheck
sameDimMatCheck
shapeCheck
squareMatCheck
strideMatInstantiateCheck
strideNDArrayCheck
symmetricMatCheck
Vecxt API
/
vecxt
/
matrix
/
Matrix
Matrix
vecxt.matrix.Matrix
See the
Matrix
companion class
object
Matrix
Attributes
Companion
class
Graph
Reset zoom
Hide graph
Show graph
Supertypes
class
Object
trait
Matchable
class
Any
Self type
Matrix
.
type
Members list
Clear all
Value members
Concrete methods
inline
def
apply
[
A
](
raw
:
Array
[
A
],
rows
:
Row
,
cols
:
Col
,
rowStride
:
Int
,
colStride
:
Int
,
offset
:
Int
)(
using
inline
boundsCheck
:
BoundsCheck
):
Matrix
[
A
]
inline
def
apply
[
A
](
raw
:
Array
[
A
],
dim
:
RowCol
)(
using
inline
boundsCheck
:
BoundsCheck
):
Matrix
[
A
]
inline
def
apply
[
A
](
raw
:
Array
[
A
],
rows
:
Row
,
cols
:
Col
)(
using
inline
boundsCheck
:
BoundsCheck
):
Matrix
[
A
]
Assumes column major order.
Assumes column major order.
Attributes
inline
def
apply
[
A
](
dim
:
RowCol
,
raw
:
Array
[
A
])(
using
inline
boundsCheck
:
BoundsCheck
):
Matrix
[
A
]
In this article
Attributes
Members list
Value members
Concrete methods