cisst-saw
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
nmrInverseSPD.h
Go to the documentation of this file.
1 /*-*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
2 /*ex: set filetype=cpp softtabstop=4 shiftwidth=4 tabstop=4 cindent expandtab:*/
3 
4 /*
5  $Id: nmrInverseSPD.h 3921 2013-01-14 21:07:15Z sleonar7 $
6 
7  Author(s): Simon Leonard
8  Created on: 2013-08-20
9 
10  (C) Copyright 2006-2013 Johns Hopkins University (JHU), All Rights
11  Reserved.
12 
13 --- begin cisst license - do not edit ---
14 
15 This software is provided "as is" under an open source license, with
16 no warranty. The complete license can be found in license.txt and
17 http://www.cisst.org/cisst/license.txt.
18 
19 --- end cisst license ---
20 */
21 
22 
29 #ifndef _nmrInverseSPD_h
30 #define _nmrInverseSPD_h
31 
32 #include <cisstCommon/cmnThrow.h>
36 
37 
39 
41 
52 
53 #endif
#define CISST_EXPORT
Definition: cmnExportMacros.h:50
Declaration of vctDynamicMatrix.
Declaration of vctFixedSizeMatrix.
void CISST_EXPORT nmrInverseSPD(vctDynamicMatrix< double > &A)
Computes the inverse of a symmetric positive definite matrix.
Declaration of the template function cmnThrow.
Rules of exporting.