IT++ Logo Newcom Logo

smat.cpp File Reference

Sparse Matrix Class implementation. More...

#include <itpp/base/smat.h>

Go to the source code of this file.

Namespaces

namespace  itpp

Functions

template sparse_imat operator+ (const sparse_imat &, const sparse_imat &)
 Template instantiation of operator+.
template sparse_mat operator+ (const sparse_mat &, const sparse_mat &)
 Template instantiation of operator+.
template sparse_cmat operator+ (const sparse_cmat &, const sparse_cmat &)
 Template instantiation of operator+.
template sparse_imat operator * (const sparse_imat &, const sparse_imat &)
 Template instantiation of operator*.
template sparse_mat operator * (const sparse_mat &, const sparse_mat &)
 Template instantiation of operator*.
template sparse_cmat operator * (const sparse_cmat &, const sparse_cmat &)
 Template instantiation of operator*.
template ivec operator * (const ivec &, const sparse_imat &)
 Template instantiation of operator*.
template vec operator * (const vec &, const sparse_mat &)
 Template instantiation of operator*.
template cvec operator * (const cvec &, const sparse_cmat &)
 Template instantiation of operator*.
template ivec operator * (const sparse_imat &, const ivec &)
 Template instantiation of operator*.
template vec operator * (const sparse_mat &, const vec &)
 Template instantiation of operator*.
template cvec operator * (const sparse_cmat &, const cvec &)
 Template instantiation of operator*.
template imat trans_mult (const sparse_imat &)
 Template instantiation of trans_mult.
template mat trans_mult (const sparse_mat &)
 Template instantiation of trans_mult.
template cmat trans_mult (const sparse_cmat &)
 Template instantiation of trans_mult.
template sparse_imat trans_mult_s (const sparse_imat &)
 Template instantiation of trans_mult_s.
template sparse_mat trans_mult_s (const sparse_mat &)
 Template instantiation of trans_mult_s.
template sparse_cmat trans_mult_s (const sparse_cmat &)
 Template instantiation of trans_mult_s.
template sparse_imat trans_mult (const sparse_imat &, const sparse_imat &)
 Template instantiation of trans_mult.
template sparse_mat trans_mult (const sparse_mat &, const sparse_mat &)
 Template instantiation of trans_mult.
template sparse_cmat trans_mult (const sparse_cmat &, const sparse_cmat &)
 Template instantiation of trans_mult.
template ivec trans_mult (const sparse_imat &, const ivec &)
 Template instantiation of trans_mult.
template vec trans_mult (const sparse_mat &, const vec &)
 Template instantiation of trans_mult.
template cvec trans_mult (const sparse_cmat &, const cvec &)
 Template instantiation of trans_mult.
template sparse_imat mult_trans (const sparse_imat &, const sparse_imat &)
 Template instantiation of mult_trans.
template sparse_mat mult_trans (const sparse_mat &, const sparse_mat &)
 Template instantiation of mult_trans.
template sparse_cmat mult_trans (const sparse_cmat &, const sparse_cmat &)
 Template instantiation of mult_trans.


Detailed Description

Sparse Matrix Class implementation.

Author:
Tony Ottosson and Tobias Ringstrom
Date
2007-04-18 08:58:29 +0200 (Wed, 18 Apr 2007)
Revision
1013

-------------------------------------------------------------------------

IT++ - C++ library of mathematical, signal processing, speech processing, and communications classes and functions

Copyright (C) 1995-2007 (see AUTHORS file for a list of contributors)

This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation; either version 2 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA

-------------------------------------------------------------------------

Definition in file smat.cpp.


Function Documentation

template sparse_imat itpp::operator+ const sparse_imat &  ,
const sparse_imat & 
 

Template instantiation of operator+.

template sparse_mat itpp::operator+ const sparse_mat &  ,
const sparse_mat & 
 

Template instantiation of operator+.

template sparse_cmat itpp::operator+ const sparse_cmat &  ,
const sparse_cmat & 
 

Template instantiation of operator+.

template sparse_imat itpp::operator * const sparse_imat &  ,
const sparse_imat & 
 

Template instantiation of operator*.

template sparse_mat itpp::operator * const sparse_mat &  ,
const sparse_mat & 
 

Template instantiation of operator*.

template sparse_cmat itpp::operator * const sparse_cmat &  ,
const sparse_cmat & 
 

Template instantiation of operator*.

template ivec itpp::operator * const ivec &  ,
const sparse_imat & 
 

Template instantiation of operator*.

template vec itpp::operator * const vec &  ,
const sparse_mat & 
 

Template instantiation of operator*.

template cvec itpp::operator * const cvec &  ,
const sparse_cmat & 
 

Template instantiation of operator*.

template ivec itpp::operator * const sparse_imat &  ,
const ivec & 
 

Template instantiation of operator*.

template vec itpp::operator * const sparse_mat &  ,
const vec & 
 

Template instantiation of operator*.

template cvec itpp::operator * const sparse_cmat &  ,
const cvec & 
 

Template instantiation of operator*.

template imat itpp::trans_mult const sparse_imat &   ) 
 

Template instantiation of trans_mult.

template mat itpp::trans_mult const sparse_mat &   ) 
 

Template instantiation of trans_mult.

template cmat itpp::trans_mult const sparse_cmat &   ) 
 

Template instantiation of trans_mult.

template sparse_imat itpp::trans_mult_s const sparse_imat &   ) 
 

Template instantiation of trans_mult_s.

template sparse_mat itpp::trans_mult_s const sparse_mat &   ) 
 

Template instantiation of trans_mult_s.

template sparse_cmat itpp::trans_mult_s const sparse_cmat &   ) 
 

Template instantiation of trans_mult_s.

template sparse_imat itpp::trans_mult const sparse_imat &  ,
const sparse_imat & 
 

Template instantiation of trans_mult.

template sparse_mat itpp::trans_mult const sparse_mat &  ,
const sparse_mat & 
 

Template instantiation of trans_mult.

template sparse_cmat itpp::trans_mult const sparse_cmat &  ,
const sparse_cmat & 
 

Template instantiation of trans_mult.

template ivec itpp::trans_mult const sparse_imat &  ,
const ivec & 
 

Template instantiation of trans_mult.

template vec itpp::trans_mult const sparse_mat &  ,
const vec & 
 

Template instantiation of trans_mult.

template cvec itpp::trans_mult const sparse_cmat &  ,
const cvec & 
 

Template instantiation of trans_mult.

template sparse_imat itpp::mult_trans const sparse_imat &  ,
const sparse_imat & 
 

Template instantiation of mult_trans.

template sparse_mat itpp::mult_trans const sparse_mat &  ,
const sparse_mat & 
 

Template instantiation of mult_trans.

template sparse_cmat itpp::mult_trans const sparse_cmat &  ,
const sparse_cmat & 
 

Template instantiation of mult_trans.

SourceForge Logo

Generated on Fri Jan 11 08:51:39 2008 for IT++ by Doxygen 1.3.9.1