codac
1.5.6
Loading...
Searching...
No Matches
src
core
matrices
codac2_GaussJordan.h
Go to the documentation of this file.
1
9
10
#pragma once
11
12
#include <ostream>
13
#include "
codac2_Matrix.h
"
14
15
namespace
codac2
16
{
17
// Gauss Jordan band diagonalization preconditioning
18
Matrix gauss_jordan(
const
Matrix& A);
19
20
// From https://www.ensta-bretagne.fr/jaulin/centered.html
21
}
codac2_Matrix.h
Generated by
1.13.0