Logo ROOT  
Reference Guide
 
Loading...
Searching...
No Matches
cblas.cxx File Reference
#include "gsl/gsl_cblas.h"
Include dependency graph for cblas.cxx:

Namespaces

namespace  ROOT
 tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7
 
namespace  ROOT::Math
 
namespace  ROOT::Math::Blas
 

Functions

void ROOT::Math::Blas::AMultB (int n, int m, int k, const double *A, const double *B, double *C)
 
void ROOT::Math::Blas::ATMultB (int n, int m, int k, const double *A, const double *B, double *C)