Namespace: FSharpPlus.Data
Assembly: FSharpPlus.dll
Base Type:
ValueType
All Interfaces:
IEquatable<Matrix<'Item, 'Row, 'Column>>
,
IStructuralEquatable
,
IComparable<Matrix<'Item, 'Row, 'Column>>
,
IComparable
,
IStructuralComparable
Kind: Struct
Record Field | Description |
Full Usage:
Items
|
Instance member | Description |
Full Usage:
this.UnsafeGet(i, j)
Parameters:
int
j : int
Returns: 'Item
|
|
Static member | Description |
hadamard (element-wise) product
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Full Usage:
Matrix.UnsafeCreate(_row, _column, items)
Parameters:
'm
_column : 'n
items : 'a[,]
Returns: Matrix<'a, 'm, 'n>
|
|
|
|