— : int operator == (const Matrix &a) const
— : int operator != (const Matrix &a) const
— : Matrix& insert (const Matrix &a, int r, int c)
— : Matrix& insert (const RowVector &a, int r, int c)
— : Matrix& insert (const ColumnVector &a, int r, int c)
— : Matrix& insert (const DiagMatrix &a, int r, int c)
— : Matrix& fill (double val)
— : Matrix& fill (double val, int r1, int c1, int r2, int c2)
— : int operator == (const DiagMatrix &a) const
— : int operator != (const DiagMatrix &a) const
— : DiagMatrix& fill (double val)
— : DiagMatrix& fill (double val, int beg, int end)
— : DiagMatrix& fill (const ColumnVector &a)
— : DiagMatrix& fill (const RowVector &a)
— : DiagMatrix& fill (const ColumnVector &a, int beg)
— : DiagMatrix& fill (const RowVector &a, int beg)
— : DiagMatrix transpose (void) const
— : Matrix extract (int r1, int c1, int r2, int c2) const
— : int operator == (const ComplexMatrix &a) const
— : int operator != (const ComplexMatrix &a) const
— : ComplexMatrix& insert (const Matrix &a, int r, int c)
— : ComplexMatrix& insert (const RowVector &a, int r, int c)
— : ComplexMatrix& insert (const ColumnVector &a, int r, int c)
— : ComplexMatrix& insert (const DiagMatrix &a, int r, int c)
— : ComplexMatrix& insert (const ComplexMatrix &a, int r, int c)
— : ComplexMatrix& insert (const ComplexRowVector &a, int r, int c)
— : ComplexMatrix& insert (const ComplexColumnVector &a, int r, int c)
— : ComplexMatrix& insert (const ComplexDiagMatrix &a, int r, int c)
— : ComplexMatrix& fill (double val)
— : ComplexMatrix& fill (const Complex &val)
— : ComplexMatrix& fill (double val, int r1, int c1, int r2, int c2)
— : ComplexMatrix& fill (const Complex &val, int r1, int c1, int r2, int c2)
— : int operator == (const ComplexColumnVector &a) const
— : int operator != (const ComplexColumnVector &a) const
— : ComplexColumnVector& insert (const ColumnVector &a, int r)
— : ComplexColumnVector& insert (const ComplexColumnVector &a, int r)
— : ComplexColumnVector& fill (double val)
— : ComplexColumnVector& fill (const Complex &val)
— : ComplexColumnVector& fill (double val, int r1, int r2)
— : ComplexColumnVector& fill (const Complex &val, int r1, int r2)
— : int operator == (const ComplexRowVector &a) const
— : int operator != (const ComplexRowVector &a) const
— : ComplexRowVector& insert (const RowVector &a, int c)
— : ComplexRowVector& insert (const ComplexRowVector &a, int c)
— : ComplexRowVector& fill (double val)
— : ComplexRowVector& fill (const Complex &val)
— : ComplexRowVector& fill (double val, int c1, int c2)
— : ComplexRowVector& fill (const Complex &val, int c1, int c2)
— : int operator == (const ComplexDiagMatrix &a) const
— : int operator != (const ComplexDiagMatrix &a) const
— : ComplexDiagMatrix& fill (double val)
— : ComplexDiagMatrix& fill (const Complex &val)
— : ComplexDiagMatrix& fill (double val, int beg, int end)
— : ComplexDiagMatrix& fill (const Complex &val, int beg, int end)
— : ComplexDiagMatrix& fill (const ColumnVector &a)
— : ComplexDiagMatrix& fill (const ComplexColumnVector &a)
— : ComplexDiagMatrix& fill (const RowVector &a)
— : ComplexDiagMatrix& fill (const ComplexRowVector &a)
— : ComplexDiagMatrix& fill (const ColumnVector &a, int beg)
— : ComplexDiagMatrix& fill (const ComplexColumnVector &a, int beg)
— : ComplexDiagMatrix& fill (const RowVector &a, int beg)
— : ComplexDiagMatrix& fill (const ComplexRowVector &a, int beg)