TRIQS/nda
2.0.0
Multi-dimensional array library for C++
Toggle main menu visibility
Loading...
Searching...
No Matches
blas.hpp
Go to the documentation of this file.
1
// Copyright (c) 2020--present, The Simons Foundation
2
// This file is part of TRIQS/nda and is licensed under the Apache License, Version 2.0.
3
// SPDX-License-Identifier: Apache-2.0
4
// See LICENSE in the root of this distribution for details.
5
10
11
#pragma once
12
13
#include "
./blas/interface/cxx_interface.hpp
"
14
#include "
./blas/dot.hpp
"
15
#include "
./blas/gemm.hpp
"
16
#include "
./blas/gemm_batch.hpp
"
17
#include "
./blas/gemv.hpp
"
18
#include "
./blas/ger.hpp
"
19
#include "
./blas/scal.hpp
"
20
#include "
./blas/tools.hpp
"
dot.hpp
Provides a generic interface to the BLAS dot, dotu and dotc routine.
cxx_interface.hpp
Provides a C++ interface for various BLAS routines.
gemm.hpp
Provides a generic interface to the BLAS gemm routine.
gemm_batch.hpp
Provides a generic interface to batched versions of the BLAS gemm routine.
gemv.hpp
Provides a generic interface to the BLAS gemv routine.
ger.hpp
Provides a generic interface to the BLAS ger, geru and gerc routine.
scal.hpp
Provides a generic interface to the BLAS scal routine.
tools.hpp
Provides various traits and utilities for the BLAS interface.
nda
blas.hpp
Generated by
1.17.0