openGPMP
Open Source Mathematics Package
Functions
mtx.cpp File Reference
#include <cmath>
#include <vector>
#include <limits>
#include <openGPMP/linalg/_dgemm.hpp>

Go to the source code of this file.

Functions

void mtx_mult (std::vector< double > A, std::vector< double > B, std::vector< double > C)
 

Function Documentation

◆ mtx_mult()

void mtx_mult ( std::vector< double >  A,
std::vector< double >  B,
std::vector< double >  C 
)

Main Matrix operation interface for matrices as arrays & vectors