FEDEM Solver  R8.0
Source code of the dynamics solver
FFaBasicOperations.H
Go to the documentation of this file.
1 // SPDX-FileCopyrightText: 2023 SAP SE
2 //
3 // SPDX-License-Identifier: Apache-2.0
4 //
5 // This file is part of FEDEM - https://openfedem.org
7 
14 #ifndef FFA_BASIC_OPERATIONS_H
15 #define FFA_BASIC_OPERATIONS_H
16 
17 namespace FFa
18 {
20  void initBasicOps();
21 };
22 
23 #endif
Various math utilities.
Definition: FFaMath.H:52
void initBasicOps()
Initializes operations on basic algebra types.
Definition: FFaBasicOperations.C:244