GEOSX
tensorOps.hpp
Go to the documentation of this file.
1 /*
2  * Copyright (c) 2020, Lawrence Livermore National Security, LLC and LvArray contributors.
3  * All rights reserved.
4  * See the LICENSE file for details.
5  * SPDX-License-Identifier: (BSD-3-Clause)
6  */
7 
12 #pragma once
13 
14 // Source includes
15 #include "genericTensorOps.hpp"
17 
18 namespace LvArray
19 {
20 
35 namespace tensorOps
36 {}
37 
38 }
Contains the implementation of arbitrary sized vector and matrix operations.
Contains tensorOps functions for operating on 2x2 and 3x3 matrices.
The top level namespace.
Definition: Array.hpp:24