Motr  M0
ls_solve.h File Reference
#include "matvec.h"
Include dependency graph for ls_solve.h:

Go to the source code of this file.

Data Structures

struct  m0_linsys
 

Macros

#define __MOTR_SNS_LS_SOLVE_H__
 

Functions

M0_INTERNAL void m0_linsys_init (struct m0_linsys *linsys, struct m0_matrix *mat, struct m0_matvec *vec, struct m0_matvec *res)
 
M0_INTERNAL void m0_linsys_fini (struct m0_linsys *linsys)
 
M0_INTERNAL void m0_linsys_solve (struct m0_linsys *linsys)
 
M0_INTERNAL int m0_matrix_invert (const struct m0_matrix *mat, struct m0_matrix *mat_inverse)
 

Macro Definition Documentation

◆ __MOTR_SNS_LS_SOLVE_H__

#define __MOTR_SNS_LS_SOLVE_H__

Definition at line 26 of file ls_solve.h.