MDSTk Libraries
1.1.0
Medical Data Segmentation Toolkit
|
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by PGMed
.
More...
#include "mdsMathExceptions.h"
#include "mdsSparseMatrix.h"
#include "mdsSparseMatrixAlt.h"
#include "mdsUMFpack.h"
Namespaces | |
namespace | mds |
Medical Data Segmentation Toolkit (MDSTk) | |
namespace | mds::math |
Functions | |
template<typename T > | |
void | mds::math::solve (CSparseMatrixAlt< T > &A, CVector< T > &b, CVector< T > &x) |
This function solves sparse linear system Ax = b. | |
template<> | |
void | mds::math::solve (CSparseMatrixAlt< double > &A, CVector< double > &b, CVector< double > &x) |
Defined for sparse systems of double values. |
Medical Data Segmentation Toolkit (MDSTk)
Copyright (c) 2003-2010 by PGMed
.
Author: Miroslav Svub, svub@fit.vutbr.cz
Date: 2007/04/01
Description: