struct matrix<T, int R, int C, MatrixLayoutMode L>
Conforms to: IRWArray<vector<T, C >>
Conditionally conforms to: IFloat, IDifferentiable
Description
A matrix with R rows and C columns, with elements of type T.
Generic Parameters
T = float
R : int = 4
C : int = 4
L : MatrixLayoutMode = MatrixLayoutMode.Unknown
Methods
Conditional Conformances
Conformance to IFloat
matrix<T, int R, int C, MatrixLayoutMode L> additionally conforms to IFloat when the following conditions are met:
- T : __BuiltinFloatingPointType
Conformance to IDifferentiable
matrix<T, int R, int C, MatrixLayoutMode L>additionally conforms toIDifferentiablewhen the following conditions are met: - T : IDifferentiable