Motr  M0

#include <ls_solve.h>

Collaboration diagram for m0_linsys:
Collaboration graph

Data Fields

struct m0_matrixl_mat
 
struct m0_matvecl_vec
 
struct m0_matvecl_res
 

Detailed Description

Represents linear system of equations [l_mat]*[l_res]=[l_vec]

Definition at line 42 of file ls_solve.h.

Field Documentation

◆ l_mat

struct m0_matrix* l_mat

Definition at line 43 of file ls_solve.h.

◆ l_res

struct m0_matvec* l_res

Definition at line 45 of file ls_solve.h.

◆ l_vec

struct m0_matvec* l_vec

Definition at line 44 of file ls_solve.h.


The documentation for this struct was generated from the following file: