oa::FnMatrix::fill

fill: Create a Float32 matrix filled with a constant value.

Function Documentation

oa::Matrix oa::FnMatrix::fill( const oa::MatrixShape & inShape, oa::F32 inValue )
fill: Create a Float32 matrix filled with a constant value.

Parameters

inShape
const oa::MatrixShape &

inValue
oa::F32

Returns

oa::Matrix

The declared return value.