struct matrix<T, int R, int C, int 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 : int = 0¶
Methods¶
Conditional Conformances¶
Conformance to IFloat¶
matrix<T, int R, int C, int L> additionally conforms to IFloat when the following conditions are met:
Conformance to IDifferentiable¶
matrix<T, int R, int C, int L> additionally conforms to IDifferentiable when the following conditions are met: