![]()  | 
  
    Cadabra
    
   Computer algebra system for field theory problems 
   | 
 
#include <Linear.hh>
Public Types | |
| using | matrix_type = boost::numeric::ublas::matrix< T > | 
| using | vector_type = boost::numeric::ublas::vector< T > | 
Public Member Functions | |
| bool | factorize (const matrix_type &A_) | 
| vector_type | solve (const vector_type &y) | 
Private Attributes | |
| matrix_type | A | 
| boost::numeric::ublas::vector< size_t > | P | 
| vector_type | x | 
| size_t | N | 
| using linear::Solver< T >::matrix_type = boost::numeric::ublas::matrix<T> | 
| using linear::Solver< T >::vector_type = boost::numeric::ublas::vector<T> | 
| bool linear::Solver< T >::factorize | ( | const matrix_type & | A_ | ) | 
| Solver< T >::vector_type linear::Solver< T >::solve | ( | const vector_type & | y | ) | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private | 
      
  | 
  private |