IgANet
IgANets - Isogeometric Analysis Networks
Loading...
Searching...
No Matches
options.hpp File Reference

Options. More...

#include <core.hpp>
#include <utils/fqn.hpp>
#include <utils/getenv.hpp>
#include <torch/torch.h>

Go to the source code of this file.

Classes

struct  iganet::half
 
class  iganet::Options< real_t >
 The Options class handles the automated determination of dtype from the template argument and the selection of the device. More...
 
class  iganet::Options< Options< real_t > >
 Options dispatcher. More...
 

Namespaces

namespace  iganet
 

Functions

int iganet::guess_device_index ()
 
template<typename real_t >
std::ostream & iganet::operator<< (std::ostream &os, const Options< real_t > &obj)
 Print (as string) a Options object.
 

Detailed Description

Options.

Author
Matthias Moller

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.


Class Documentation

◆ iganet::half

struct iganet::half