lin
factorizations.hpp
Go to the documentation of this file.
1 // vim: set tabstop=2:softtabstop=2:shiftwidth=2:expandtab
2 
7 #ifndef LIN_FACTORIZATIONS_HPP_
8 #define LIN_FACTORIZATIONS_HPP_
9 
10 #include "factorizations/chol.hpp"
11 #include "factorizations/qr.hpp"
12 
13 #endif