karasux ~master (2022-05-09T16:35:30.170042)
Dub
Repo
Matrix.fromRows
karasux
linear_algebra
matrix
Matrix
Initialize by row major elements.
struct
Matrix
(size_t ROWS, size_t COLS, E = float)
static
typeof
(this)
fromRows
(
scope
const
(
E
)[
COLS
][
ROWS
]
elements
)
Parameters
elements
const
(
E
)[
COLS
][
ROWS
]
matrix row major elements.
Return Value
Type:
typeof
(this)
initialized matrix.
Meta
Source
See Implementation
karasux
linear_algebra
matrix
Matrix
functions
fill
mul
opIndex
opIndexAssign
opIndexOpAssign
opOpAssign
swapRows
properties
columns
ptr
rows
static functions
fromRows
rotateX
rotateY
rotateZ
scale
translate
unit
Initialize by row major elements.