Canoe
Comprehensive Atmosphere N' Ocean Engine
mvdot.c File Reference
#include <assert.h>

Go to the source code of this file.

Functions

void mvdot (double *r, double **m, double const *v, int n1, int n2)
 

Function Documentation

◆ mvdot()

void mvdot ( double *  r,
double **  m,
double const *  v,
int  n1,
int  n2 
)

Matrix vector dot product: m.v m[0..n1-1][0..n2-1] is input v[0..n2-1] in input r[0..n1-1] is output

Definition at line 7 of file mvdot.c.