cisst-saw
Loading...
Searching...
No Matches
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
15This software is provided "as is" under an open source license, with
16no warranty. The complete license can be found in license.txt and
17http://www.cisst.org/cisst/license.txt.
18
19--- end cisst license ---
20*/
21
22
27
28
29#ifndef _nmrInverseSPD_h
30#define _nmrInverseSPD_h
31
36
37
39
41
52
53#endif
Definition vctForwardDeclarations.h:157
#define CISST_EXPORT
Definition cmnExportMacros.h:50
Declaration of the template function cmnThrow.
Rules of exporting.
void CISST_EXPORT nmrInverseSPD(vctDynamicMatrix< double > &A)
Computes the inverse of a symmetric positive definite matrix.
Declaration of vctDynamicMatrix.
Declaration of vctFixedSizeMatrix.