#include "DataTypes.h"
#include "DataMaths.h"
#include <sstream>
Namespaces | |
namespace | escript |
namespace | escript::DataMaths |
Functions | |
void | escript::DataMaths::matMult (const DataTypes::ValueType &left, const DataTypes::ShapeType &leftShape, DataTypes::ValueType::size_type leftOffset, const DataTypes::ValueType &right, const DataTypes::ShapeType &rightShape, DataTypes::ValueType::size_type rightOffset, DataTypes::ValueType &result, const DataTypes::ShapeType &resultShape) |
Perform a matrix multiply of the given views. | |
DataTypes::ShapeType | escript::DataMaths::determineResultShape (const DataTypes::ShapeType &left, const DataTypes::ShapeType &right) |
Determine the shape of the result array for a matrix multiplication of the given views. |