oa::FnMatrix::cast
--- dtype cast --- cast: allocate a new matrix of inDtype and convert inSrc into it. castInto: convert inSrc into the pre-allocated outDst in place.
Function Documentation
--- dtype cast --- cast: allocate a new matrix of inDtype and convert inSrc into it. castInto: convert inSrc into the pre-allocated outDst in place.
Parameters
inSrcconst Matrix &—
inDtypeoa::ScalarType—
Returns
MatrixThe declared return value.