vecxt
vecxt
API
vecxt
dimensionExtender
DimensionExtender
Dimension
rangeExtender
MatrixRange
reinsurance
BoundsCheck
DoBoundsCheck
DoubleArrays
DoubleMatrix
IntArrays
InvalidMatrix
JsDoubleMatrix
JsNativeBooleanArrays
JsNativeDoubleArrays
JvmDoubleMatrix
JvmNativeDoubleMatrix
MatrixDimensionMismatch
MatrixHelper
MatrixInstance
NativeDoubleMatrix
OneAndZero
OneAndZero
given_OneAndZero_Boolean
VectorDimensionMismatch
all
arrayUtil
arrays
cosineSimilarity
dimMatCheck
dimMatDInstantiateCheck
dimMatInstantiateCheck
indexCheckMat
matrix
Matrix
Matrix
matrixUtil
Horizontal
Vertical
sameDenseElementWiseMemoryLayoutCheck
sameDimMatCheck
strideMatInstantiateCheck
vecxt
/
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