################################################################################ # # The following CODEREFs are automatically created stubs. # ################################################################################ *--[CODEREF]----------------------------------------------------------------* | | | template | | class TrMatrix; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrixtemplatetypenameFSclassT] [rMatrix; ] Defined in namespace `flens`. Class TrMatrixtemplatetypenameFSclassTrMatrix; with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | TrMatrix(IndexType dim, StorageUpLo upLo, Diag diag = NonUnit); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@TrMatrix# #$@N@cx] [xblas@E@StorageUpLo#$@N@cxxblas@E@Diag# ] Defined in namespace `flens`. Constructor of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | TrMatrix(IndexType numRows, IndexType numCols, | | StorageUpLo upLo, Diag diag = NonUnit); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@TrMatrix# #S0_#$@] [N@cxxblas@E@StorageUpLo#$@N@cxxblas@E@Diag# ] Defined in namespace `flens`. Constructor of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | TrMatrix(IndexType numRows, IndexType numCols, | | IndexType firstRow, IndexType firstCol, | | StorageUpLo upLo, Diag diag = NonUnit); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@TrMatrix# #S0_#S0] [_#S0_#$@N@cxxblas@E@StorageUpLo#$@N@cxxblas@E@Diag] [# ] Defined in namespace `flens`. Constructor of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | TrMatrix(const Engine &engine, StorageUpLo upLo, Diag diag = NonUnit); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@TrMatrix#&1t0.0#$] [@N@cxxblas@E@StorageUpLo#$@N@cxxblas@E@Diag# ] Defined in namespace `flens`. Constructor of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | TrMatrix(const TrMatrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@TrMatrix#&1 #] Defined in namespace `flens`. Constructor of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | TrMatrix(const TrMatrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@FT@>1#TTrMatrix#&1>] [@N@flens@CT>1#T@TrMatrix1t1.0#templatetypenameRHS ] Defined in namespace `flens`. Constructor of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | TrMatrix(TrMatrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@FT@>1#TTrMatrix#&>@] [N@flens@CT>1#T@TrMatrix1t1.0#templatetypenameRHS ] Defined in namespace `flens`. Constructor of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | TrMatrix(const Matrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@FT@>1#TTrMatrix#&1>] [@N@flens@CT>1#T@Matrix1t1.0#templatetypenameRHS ] Defined in namespace `flens`. Constructor of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | void | | operator=(const ElementType &value); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator=#&1 #voidope] [rator= ] Defined in namespace `flens`. Operator `=` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | TrMatrix & | | operator=(const TrMatrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator=#&1 #TrMatri] [xbandoperator= ] Defined in namespace `flens`. Operator `=` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | TrMatrix & | | operator=(const Matrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@FT@>1#Toperator=#&1>@N@] [flens@CT>1#T@Matrix1t1.0#templatetypenameRHSTrMatr] [ixbandoperator= ] Defined in namespace `flens`. Operator `=` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ElementType & | | operator()(IndexType row, IndexType col) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()# #S0_#1con] [stElementTypeband ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | ElementType & | | operator()(IndexType row, IndexType col); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()# #S0_#Elem] [entTypeband ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | const trmatrix::ConstElementClosure::Impl> | | operator()(const Scalar &row, const Scalar &col) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@FT@>1#Toperator()#&1>@N] [@flens@CT>1#T@Scalar1t1.0#S0_#1templatetypenameSco] [nsttrmatrixConstElementClosureTrMatrix,typenameSca] [larSImpl ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstElementClosure | | operator()(const IndexVariable &row, const IndexVariable &col) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@IndexVariable1 #S0_#1constConstElementClo] [sure ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | ElementClosure | | operator()(IndexVariable &row, IndexVariable &col); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&>@N@flens] [@CT>1#T@IndexVariable1 #S0_#ElementClosure ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | numRows() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@numRows#1IndexType] Defined in namespace `flens`. Method `numRows` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | numCols() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@numCols#1IndexType] Defined in namespace `flens`. Method `numCols` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | dim() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@dim#1IndexType] Defined in namespace `flens`. Method `dim` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | firstRow() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@firstRow#1IndexType] Defined in namespace `flens`. Method `firstRow` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | lastRow() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@lastRow#1IndexType] Defined in namespace `flens`. Method `lastRow` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | firstCol() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@firstCol#1IndexType] Defined in namespace `flens`. Method `firstCol` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | lastCol() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@lastCol#1IndexType] Defined in namespace `flens`. Method `lastCol` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | StorageUpLo | | upLo() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@upLo#1StorageUpLo] Defined in namespace `flens`. Method `upLo` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | StorageUpLo & | | upLo(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@upLo#StorageUpLoband] Defined in namespace `flens`. Method `upLo` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | Diag | | diag() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@diag#1Diag] Defined in namespace `flens`. Method `diag` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | Diag & | | diag(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@diag#Diagband] Defined in namespace `flens`. Method `diag` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ElementType * | | data() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@data#1constElementTyp] [e* ] Defined in namespace `flens`. Method `data` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | ElementType * | | data(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@data#ElementType*] Defined in namespace `flens`. Method `data` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | leadingDimension() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@leadingDimension#1Ind] [exType ] Defined in namespace `flens`. Method `leadingDimension` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | StorageOrder | | order() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@order#1StorageOrder] Defined in namespace `flens`. Method `order` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | bool | | fill(const ElementType &value = ElementType(0)); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@fill#&1 #bool] Defined in namespace `flens`. Method `fill` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | bool | | resize(const TrMatrix &rhs, | | const ElementType &value = ElementType()); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@FT@>1#Tresize#&1>@N@fle] [ns@CT>1#T@TrMatrix1t1.0#&1 #templatetypenameRHSboo] [l ] Defined in namespace `flens`. Method `resize` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | bool | | resize(IndexType numRows, IndexType numCols, | | IndexType firstRowIndex = Engine::defaultIndexBase, | | IndexType firstColIndex = Engine::defaultIndexBase, | | const ElementType &value = ElementType()); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@resize# #S0_#S0_#S0_#] [&1 #bool ] Defined in namespace `flens`. Method `resize` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstVectorView | | diag(IndexType d) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@diag# #1constConstVec] [torView ] Defined in namespace `flens`. Method `diag` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | VectorView | | diag(IndexType d); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@diag# #VectorView] Defined in namespace `flens`. Method `diag` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstGeneralView | | general() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@general#1constConstGe] [neralView ] Defined in namespace `flens`. Method `general` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | GeneralView | | general(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@general#GeneralView] Defined in namespace `flens`. Method `general` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstHermitianView | | hermitian() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@hermitian#1constConst] [HermitianView ] Defined in namespace `flens`. Method `hermitian` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | HermitianView | | hermitian(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@hermitian#HermitianVi] [ew ] Defined in namespace `flens`. Method `hermitian` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstSymmetricView | | symmetric() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@symmetric#1constConst] [SymmetricView ] Defined in namespace `flens`. Method `symmetric` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | SymmetricView | | symmetric(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@symmetric#SymmetricVi] [ew ] Defined in namespace `flens`. Method `symmetric` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstGeneralView | | operator()(const Range &rows, | | const Range &cols) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Range1 #S0_#1constConstGeneralView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | GeneralView | | operator()(const Range &rows, | | const Range &cols); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Range1 #S0_#GeneralView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstGeneralView | | operator()(const Underscore &, | | const Range &cols) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Underscore1 #&1>@N@flens@CT>1#T@Range1S2_] [#1constConstGeneralView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | GeneralView | | operator()(const Underscore &, | | const Range &cols); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Underscore1 #&1>@N@flens@CT>1#T@Range1S2_] [#GeneralView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstGeneralView | | operator()(const Range &rows, | | const Underscore &) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Range1 #&1>@N@flens@CT>1#T@Underscore1S2_] [#1constConstGeneralView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | GeneralView | | operator()(const Range &rows, | | const Underscore &); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Range1 #&1>@N@flens@CT>1#T@Underscore1S2_] [#GeneralView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstVectorView | | operator()(IndexType row, const Underscore &) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()# #&1>@N@fl] [ens@CT>1#T@Underscore1S0_#1constConstVectorView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | VectorView | | operator()(IndexType row, const Underscore &); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()# #&1>@N@fl] [ens@CT>1#T@Underscore1S0_#VectorView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstVectorView | | operator()(IndexType row, const Range &cols) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()# #&1>@N@fl] [ens@CT>1#T@Range1S0_#1constConstVectorView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | VectorView | | operator()(IndexType row, const Range &cols); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()# #&1>@N@fl] [ens@CT>1#T@Range1S0_#VectorView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstVectorView | | operator()(const Underscore &, IndexType col) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Underscore1 #S2_#1constConstVectorView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | VectorView | | operator()(const Underscore &, IndexType col); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Underscore1 #S2_#VectorView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstVectorView | | operator()(const Range &rows, IndexType col) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Range1 #S2_#1constConstVectorView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | VectorView | | operator()(const Range &rows, IndexType col); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Range1 #S2_#VectorView ] Defined in namespace `flens`. Operator `()` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const Engine & | | engine() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@engine#1constEngineba] [nd ] Defined in namespace `flens`. Method `engine` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | Engine & | | engine(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@TrMatrix@F@engine#Engineband] Defined in namespace `flens`. Method `engine` of class `TrMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | struct _TrMatrixChecker; | | | *---------------------------------------------------------------------------* [c:@N@flens@S@_TrMatrixCheckerstruct_TrMatrixChecke] [r; ] Defined in namespace `flens`. Class _TrMatrixCheckerstruct_TrMatrixChecker;. *--[CODEREF]----------------------------------------------------------------* | | | struct Two ; | | | *---------------------------------------------------------------------------* [c:@N@flens@S@_TrMatrixChecker@S@TwostructTwo;] Defined in namespace `flens`. Class _TrMatrixChecker. *--[CODEREF]----------------------------------------------------------------* | | | template | | struct IsTrMatrix; | | | *---------------------------------------------------------------------------* [c:@N@flens@ST>1#T@IsTrMatrixtemplatetypenameTstruc] [tIsTrMatrix; ] Defined in namespace `flens`. Class IsTrMatrixtemplatetypenameTstructIsTrMatrix; with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | struct IsRealTrMatrix; | | | *---------------------------------------------------------------------------* [c:@N@flens@ST>1#T@IsRealTrMatrixtemplatetypenameTs] [tructIsRealTrMatrix; ] Defined in namespace `flens`. Class IsRealTrMatrixtemplatetypenameTstructIsRealTrMatrix; with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | struct IsComplexTrMatrix; | | | *---------------------------------------------------------------------------* [c:@N@flens@ST>1#T@IsComplexTrMatrixtemplatetypenam] [eTstructIsComplexTrMatrix; ] Defined in namespace `flens`. Class IsComplexTrMatrixtemplatetypenameTstructIsComplexTrMatrix; with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | typename RestrictTo::value, | | bool>::Type | | fillRandom(MA &&A); | | | *---------------------------------------------------------------------------* [c:@N@flens@FT@>1#TfillRandom#&t0.0#templatetypenam] [eMAtypenameRestrictToIsTrMatrixMAvalue,boolType ] Defined in namespace `flens`. Function `fillRandom` with 1 template parameters.