################################################################################ # # The following CODEREFs are automatically created stubs. # ################################################################################ *--[CODEREF]----------------------------------------------------------------* | | | template | | class SyMatrix; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrixtemplatetypenameFSclassS] [yMatrix; ] Defined in namespace `flens`. Class SyMatrixtemplatetypenameFSclassSyMatrix; with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | SyMatrix(StorageUpLo upLo = Upper); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@SyMatrix#$@N@cxxb] [las@E@StorageUpLo# ] Defined in namespace `flens`. Constructor of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | SyMatrix(IndexType dim, StorageUpLo upLo); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@SyMatrix# #$@N@cx] [xblas@E@StorageUpLo# ] Defined in namespace `flens`. Constructor of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | SyMatrix(IndexType dim, IndexType firstIndex, StorageUpLo upLo); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@SyMatrix# #S0_#$@] [N@cxxblas@E@StorageUpLo# ] Defined in namespace `flens`. Constructor of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | SyMatrix(IndexType dim, IndexType firstRow, IndexType firstCol, | | StorageUpLo upLo); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@SyMatrix# #S0_#S0] [_#$@N@cxxblas@E@StorageUpLo# ] Defined in namespace `flens`. Constructor of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | SyMatrix(const Engine &engine, StorageUpLo upLo); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@SyMatrix#&1t0.0#$] [@N@cxxblas@E@StorageUpLo# ] Defined in namespace `flens`. Constructor of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | SyMatrix(const SyMatrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@SyMatrix#&1 #] Defined in namespace `flens`. Constructor of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | SyMatrix(const SyMatrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@FT@>1#TSyMatrix#&1>] [@N@flens@CT>1#T@SyMatrix1t1.0#templatetypenameRHS ] Defined in namespace `flens`. Constructor of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | SyMatrix(SyMatrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@FT@>1#TSyMatrix#&>@] [N@flens@CT>1#T@SyMatrix1t1.0#templatetypenameRHS ] Defined in namespace `flens`. Constructor of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | SyMatrix(const Matrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@FT@>1#TSyMatrix#&1>] [@N@flens@CT>1#T@Matrix1t1.0#templatetypenameRHS ] Defined in namespace `flens`. Constructor of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | void | | operator=(const ElementType &value); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator=#&1 #voidope] [rator= ] Defined in namespace `flens`. Operator `=` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | SyMatrix & | | operator=(const SyMatrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator=#&1 #SyMatri] [xbandoperator= ] Defined in namespace `flens`. Operator `=` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | SyMatrix & | | operator=(const Matrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@FT@>1#Toperator=#&1>@N@] [flens@CT>1#T@Matrix1t1.0#templatetypenameRHSSyMatr] [ixbandoperator= ] Defined in namespace `flens`. Operator `=` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | SyMatrix & | | operator+=(const Matrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@FT@>1#Toperator+=#&1>@N] [@flens@CT>1#T@Matrix1t1.0#templatetypenameRHSSyMat] [rixbandoperator+= ] Defined in namespace `flens`. Operator `+=` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | SyMatrix & | | operator-=(const Matrix &rhs); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@FT@>1#Toperator-=#&1>@N] [@flens@CT>1#T@Matrix1t1.0#templatetypenameRHSSyMat] [rixbandoperator-= ] Defined in namespace `flens`. Operator `-=` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ElementType & | | operator()(IndexType row, IndexType col) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()# #S0_#1con] [stElementTypeband ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | ElementType & | | operator()(IndexType row, IndexType col); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()# #S0_#Elem] [entTypeband ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstGeneralView | | operator()(const Range &rows, | | const Range &cols) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Range1 #S0_#1constConstGeneralView ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | GeneralView | | operator()(const Range &rows, | | const Range &cols); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Range1 #S0_#GeneralView ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstGeneralView | | operator()(const Underscore &, | | const Range &cols) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@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 `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | GeneralView | | operator()(const Underscore &, | | const Range &cols); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@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 `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstGeneralView | | operator()(const Range &rows, | | const Underscore &) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@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 `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | GeneralView | | operator()(const Range &rows, | | const Underscore &); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@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 `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstVectorView | | operator()(IndexType row, const Underscore &) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()# #&1>@N@fl] [ens@CT>1#T@Underscore1S0_#1constConstVectorView ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | VectorView | | operator()(IndexType row, const Underscore &); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()# #&1>@N@fl] [ens@CT>1#T@Underscore1S0_#VectorView ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstVectorView | | operator()(IndexType row, const Range &cols) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()# #&1>@N@fl] [ens@CT>1#T@Range1S0_#1constConstVectorView ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | VectorView | | operator()(IndexType row, const Range &cols); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()# #&1>@N@fl] [ens@CT>1#T@Range1S0_#VectorView ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstVectorView | | operator()(const Underscore &, IndexType col) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Underscore1 #S2_#1constConstVectorView ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | VectorView | | operator()(const Underscore &, IndexType col); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Underscore1 #S2_#VectorView ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstVectorView | | operator()(const Range &rows, IndexType col) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Range1 #S2_#1constConstVectorView ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | VectorView | | operator()(const Range &rows, IndexType col); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@operator()#&1>@N@flen] [s@CT>1#T@Range1 #S2_#VectorView ] Defined in namespace `flens`. Operator `()` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | dim() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@dim#1IndexType] Defined in namespace `flens`. Method `dim` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | numRows() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@numRows#1IndexType] Defined in namespace `flens`. Method `numRows` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | numCols() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@numCols#1IndexType] Defined in namespace `flens`. Method `numCols` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | firstRow() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@firstRow#1IndexType] Defined in namespace `flens`. Method `firstRow` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | lastRow() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@lastRow#1IndexType] Defined in namespace `flens`. Method `lastRow` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | firstCol() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@firstCol#1IndexType] Defined in namespace `flens`. Method `firstCol` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | lastCol() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@lastCol#1IndexType] Defined in namespace `flens`. Method `lastCol` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ElementType * | | data() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@data#1constElementTyp] [e* ] Defined in namespace `flens`. Method `data` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | ElementType * | | data(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@data#ElementType*] Defined in namespace `flens`. Method `data` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | IndexType | | leadingDimension() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@leadingDimension#1Ind] [exType ] Defined in namespace `flens`. Method `leadingDimension` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | StorageOrder | | order() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@order#1StorageOrder] Defined in namespace `flens`. Method `order` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | bool | | fill(const ElementType &value = ElementType(0)); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@fill#&1 #bool] Defined in namespace `flens`. Method `fill` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | bool | | resize(const SyMatrix &rhs, | | const ElementType &value = ElementType()); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@FT@>1#Tresize#&1>@N@fle] [ns@CT>1#T@SyMatrix1t1.0#&1 #templatetypenameRHSboo] [l ] Defined in namespace `flens`. Method `resize` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | bool | | resize(IndexType dim, | | IndexType firstIndex = Engine::defaultIndexBase, | | const ElementType &value = ElementType()); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@resize# #S0_#&1 #bool] Defined in namespace `flens`. Method `resize` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | bool | | resize(IndexType dim, | | StorageUpLo upLo, | | IndexType firstIndex = Engine::defaultIndexBase, | | const ElementType &value = ElementType()); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@resize# #$@N@cxxblas@] [E@StorageUpLo#S0_#&1 #bool ] Defined in namespace `flens`. Method `resize` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstGeneralView | | general() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@general#1constConstGe] [neralView ] Defined in namespace `flens`. Method `general` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | GeneralView | | general(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@general#GeneralView] Defined in namespace `flens`. Method `general` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstHermitianView | | hermitian() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@hermitian#1constConst] [HermitianView ] Defined in namespace `flens`. Method `hermitian` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | HermitianView | | hermitian(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@hermitian#HermitianVi] [ew ] Defined in namespace `flens`. Method `hermitian` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstTriangularView | | triangular() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@triangular#1constCons] [tTriangularView ] Defined in namespace `flens`. Method `triangular` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | TriangularView | | triangular(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@triangular#Triangular] [View ] Defined in namespace `flens`. Method `triangular` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const ConstVectorView | | diag(IndexType d) const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@diag# #1constConstVec] [torView ] Defined in namespace `flens`. Method `diag` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | VectorView | | diag(IndexType d); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@diag# #VectorView] Defined in namespace `flens`. Method `diag` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | const Engine & | | engine() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@engine#1constEngineba] [nd ] Defined in namespace `flens`. Method `engine` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | Engine & | | engine(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@engine#Engineband] Defined in namespace `flens`. Method `engine` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | StorageUpLo | | upLo() const; | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@upLo#1StorageUpLo] Defined in namespace `flens`. Method `upLo` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | StorageUpLo & | | upLo(); | | | *---------------------------------------------------------------------------* [c:@N@flens@CT>1#T@SyMatrix@F@upLo#StorageUpLoband] Defined in namespace `flens`. Method `upLo` of class `SyMatrix` with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | struct _SyMatrixChecker; | | | *---------------------------------------------------------------------------* [c:@N@flens@S@_SyMatrixCheckerstruct_SyMatrixChecke] [r; ] Defined in namespace `flens`. Class _SyMatrixCheckerstruct_SyMatrixChecker;. *--[CODEREF]----------------------------------------------------------------* | | | struct Two ; | | | *---------------------------------------------------------------------------* [c:@N@flens@S@_SyMatrixChecker@S@TwostructTwo;] Defined in namespace `flens`. Class _SyMatrixChecker. *--[CODEREF]----------------------------------------------------------------* | | | template | | struct IsSyMatrix; | | | *---------------------------------------------------------------------------* [c:@N@flens@ST>1#T@IsSyMatrixtemplatetypenameTstruc] [tIsSyMatrix; ] Defined in namespace `flens`. Class IsSyMatrixtemplatetypenameTstructIsSyMatrix; with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | struct IsRealSyMatrix; | | | *---------------------------------------------------------------------------* [c:@N@flens@ST>1#T@IsRealSyMatrixtemplatetypenameTs] [tructIsRealSyMatrix; ] Defined in namespace `flens`. Class IsRealSyMatrixtemplatetypenameTstructIsRealSyMatrix; with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | struct IsComplexSyMatrix; | | | *---------------------------------------------------------------------------* [c:@N@flens@ST>1#T@IsComplexSyMatrixtemplatetypenam] [eTstructIsComplexSyMatrix; ] Defined in namespace `flens`. Class IsComplexSyMatrixtemplatetypenameTstructIsComplexSyMatrix; with 1 template parameters. *--[CODEREF]----------------------------------------------------------------* | | | template | | typename RestrictTo::value, | | bool>::Type | | fillRandom(MA &&A); | | | *---------------------------------------------------------------------------* [c:@N@flens@FT@>1#TfillRandom#&t0.0#templatetypenam] [eMAtypenameRestrictToIsSyMatrixMAvalue,boolType ] Defined in namespace `flens`. Function `fillRandom` with 1 template parameters.