MiniTensor Version of the Day
Loading...
Searching...
No Matches
MiniTensor_LinearAlgebra.h
Go to the documentation of this file.
1// @HEADER
2// *****************************************************************************
3// MiniTensor Package
4//
5// Copyright 2016 NTESS and the MiniTensor contributors.
6// SPDX-License-Identifier: BSD-3-Clause
7// *****************************************************************************
8// @HEADER
9
10#if !defined(MiniTensor_LinearAlgebra_h)
11#define MiniTensor_LinearAlgebra_h
12
13// Umbrella header. The linear-algebra functionality is split into the
14// module headers below; include the subset you need or this header
15// for all of it.
16#include "MiniTensor_Norms.h"
17#include "MiniTensor_Inverse.h"
21
22#endif // MiniTensor_LinearAlgebra_h