TRIQS/nda 1.3.0
Multi-dimensional array library for C++
Loading...
Searching...
No Matches
linalg.hpp
Go to the documentation of this file.
1// Copyright (c) 2021--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.hpp"
14#include "./lapack.hpp"
15
18#include "./linalg/dot.hpp"
20#include "./linalg/matmul.hpp"
21#include "./linalg/norm.hpp"
Includes all BLAS relevant headers.
Provides a cross product for 3-dimensional vectors or other arrays/views of rank 1.
Provides functions to compute the determinant and inverse of a matrix.
Provides eigenvalues and eigenvectors of a symmetric or hermitian matrix.
Includes all LAPACK relevant headers.
Provides a dot product for two arrays, a scalar and an array, or two scalars.
Provides matrix-matrix an matrix-vector multiplication.
Provides the p-norm for general arrays/views of rank 1 and with scalar elements.