oa::FnMatrix::reshape

reshape: Reshape tensor to new shape (view operation, no copy).

Function Documentation

oa::Matrix oa::FnMatrix::reshape( const oa::Matrix & inA, oa::MatrixShape inShape )
reshape: Reshape tensor to new shape (view operation, no copy).

Parameters

inA
const oa::Matrix &

inShape
oa::MatrixShape

Returns

oa::Matrix

The declared return value.