Public Member Functions
BandMatrix Class Reference

Represents a rectangular matrix with a banded storage. More...

Inherits BandMatrixBase< BandMatrix< _Scalar, Rows, Cols, Supers, Subs, Options > >.

List of all members.

Public Member Functions

Index cols () const
Index rows () const
Index subs () const
Index supers () const

Detailed Description

Represents a rectangular matrix with a banded storage.

Parameters:
_ScalarNumeric type, i.e. float, double, int
RowsNumber of rows, or Dynamic
ColsNumber of columns, or Dynamic
SupersNumber of super diagonal
SubsNumber of sub diagonal
_OptionsA combination of either RowMajor or ColMajor, and of SelfAdjoint The former controls storage order, and defaults to column-major. The latter controls whether the matrix represents a selfadjoint matrix in which case either Supers of Subs have to be null.
See also:
class TridiagonalMatrix

Member Function Documentation

Index cols ( void  ) const [inline]
Returns:
the number of rows
Index rows ( void  ) const [inline]
Returns:
the number of columns
Index subs ( ) const [inline]
Returns:
the number of sub diagonals
Index supers ( ) const [inline]
Returns:
the number of super diagonals

The documentation for this class was generated from the following file: