ergo
matrix_algebra.h File Reference

A few matrix algebra routines for dense matrices. More...

#include "realtype.h"

Go to the source code of this file.

Functions

void multiply_matrices_general (int An1, int An2, int Bn1, int Bn2, const ergo_real *A, const ergo_real *B, ergo_real *AB)
 
void multiply_matrices_general_T_1 (int An1, int An2, int Bn1, int Bn2, const ergo_real *A, const ergo_real *B, ergo_real *AB)
 

Detailed Description

A few matrix algebra routines for dense matrices.

Author
: Elias Rudberg responsible

Function Documentation

◆ multiply_matrices_general()

void multiply_matrices_general ( int  An1,
int  An2,
int  Bn1,
int  Bn2,
const ergo_real A,
const ergo_real B,
ergo_real AB 
)

◆ multiply_matrices_general_T_1()

void multiply_matrices_general_T_1 ( int  An1,
int  An2,
int  Bn1,
int  Bn2,
const ergo_real A,
const ergo_real B,
ergo_real AB 
)