27#ifndef C3E_MATRIX_TUPLE_H
28#define C3E_MATRIX_TUPLE_H
Common data structures and type definitions for the C3E library.
c3e_matrix_tuple c3e_matrix_qr_decomp(c3e_matrix *matrix)
Computes the QR decomposition of a given matrix.
c3e_matrix_tuple c3e_matrix_lu_decomp(c3e_matrix *original)
Computes the LU decomposition of a given matrix.
void c3e_matrix_tuple_free(c3e_matrix_tuple tuple)
Frees the memory allocated for a matrix tuple.
A structure representing a tuple of two matrices.
Definition commons.h:86
Represents a mathematical matrix.
Definition commons.h:74