Classes | Namespaces | Typedefs | Functions
SparseMatrix.h File Reference

Sparse matrix functionality for iSAM. More...

#include <iostream>
#include <Eigen/Dense>
#include "SparseVector.h"
Include dependency graph for SparseMatrix.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  isam::SparseMatrix

Namespaces

namespace  isam

Typedefs

typedef SparseVector * isam::SparseVector_p

Functions

Eigen::MatrixXd isam::matrix_of_sparseMatrix (const SparseMatrix &s)
Eigen::VectorXd isam::mul_SparseMatrixTrans_Vector (const SparseMatrix &lhs, const Eigen::VectorXd &rhs)
const Eigen::VectorXd isam::operator* (const SparseMatrix &lhs, const Eigen::VectorXd &rhs)
SparseMatrix isam::sparseMatrix_of_matrix (const Eigen::MatrixXd &m)

Detailed Description

Sparse matrix functionality for iSAM.

Author:
Michael Kaess
Version:
Id:
SparseMatrix.h 6376 2012-03-30 18:34:44Z kaess

Copyright (C) 2009-2013 Massachusetts Institute of Technology. Michael Kaess, Hordur Johannsson, David Rosen, Nicholas Carlevaris-Bianco and John. J. Leonard

This file is part of iSAM.

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

iSAM 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 Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with iSAM. If not, see <http://www.gnu.org/licenses/>.

Definition in file SparseMatrix.h.



demo_lidar
Author(s): Ji Zhang
autogenerated on Fri Jan 3 2014 11:17:40