Sha256: 5e746ec763054931f16ede5c588aab2b44d755febdaf299f5ee4cca0346a85b6

Contents?: true

Size: 1.77 KB

Versions: 40

Compression:

Stored size: 1.77 KB

Contents

// This file is part of Eigen, a lightweight C++ template library
// for linear algebra.
//
// Copyright (C) 2012 Désiré Nuentsa-Wakam <desire.nuentsa_wakam@inria.fr>
// Copyright (C) 2012 Gael Guennebaud <gael.guennebaud@inria.fr>
//
// 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/.

#ifndef EIGEN_SPARSELU_MODULE_H
#define EIGEN_SPARSELU_MODULE_H

#include "SparseCore"

/** 
  * \defgroup SparseLU_Module SparseLU module
  * This module defines a supernodal factorization of general sparse matrices.
  * The code is fully optimized for supernode-panel updates with specialized kernels.
  * Please, see the documentation of the SparseLU class for more details.
  */

// Ordering interface
#include "OrderingMethods"

#include "src/Core/util/DisableStupidWarnings.h"

#include "src/SparseLU/SparseLU_gemm_kernel.h"

#include "src/SparseLU/SparseLU_Structs.h"
#include "src/SparseLU/SparseLU_SupernodalMatrix.h"
#include "src/SparseLU/SparseLUImpl.h"
#include "src/SparseCore/SparseColEtree.h"
#include "src/SparseLU/SparseLU_Memory.h"
#include "src/SparseLU/SparseLU_heap_relax_snode.h"
#include "src/SparseLU/SparseLU_relax_snode.h"
#include "src/SparseLU/SparseLU_pivotL.h"
#include "src/SparseLU/SparseLU_panel_dfs.h"
#include "src/SparseLU/SparseLU_kernel_bmod.h"
#include "src/SparseLU/SparseLU_panel_bmod.h"
#include "src/SparseLU/SparseLU_column_dfs.h"
#include "src/SparseLU/SparseLU_column_bmod.h"
#include "src/SparseLU/SparseLU_copy_to_ucol.h"
#include "src/SparseLU/SparseLU_pruneL.h"
#include "src/SparseLU/SparseLU_Utils.h"
#include "src/SparseLU/SparseLU.h"

#include "src/Core/util/ReenableStupidWarnings.h"

#endif // EIGEN_SPARSELU_MODULE_H

Version data entries

40 entries across 40 versions & 2 rubygems

Version Path
tomoto-0.5.1-x86_64-linux vendor/eigen/Eigen/SparseLU
tomoto-0.5.1-x86_64-darwin vendor/eigen/Eigen/SparseLU
tomoto-0.5.1-arm64-darwin vendor/eigen/Eigen/SparseLU
tomoto-0.5.1-aarch64-linux vendor/eigen/Eigen/SparseLU
tomoto-0.5.1 vendor/eigen/Eigen/SparseLU
tomoto-0.5.0-x86_64-linux vendor/eigen/Eigen/SparseLU
tomoto-0.5.0-x86_64-darwin vendor/eigen/Eigen/SparseLU
tomoto-0.5.0-arm64-darwin vendor/eigen/Eigen/SparseLU
tomoto-0.5.0-aarch64-linux vendor/eigen/Eigen/SparseLU
tomoto-0.5.0 vendor/eigen/Eigen/SparseLU
tomoto-0.4.1-x86_64-linux vendor/eigen/Eigen/SparseLU
tomoto-0.4.1-x86_64-darwin vendor/eigen/Eigen/SparseLU
tomoto-0.4.1-arm64-darwin vendor/eigen/Eigen/SparseLU
tomoto-0.4.1-aarch64-linux vendor/eigen/Eigen/SparseLU
tomoto-0.4.1 vendor/eigen/Eigen/SparseLU
umappp-0.2.0 vendor/Eigen/SparseLU
tomoto-0.4.0-x86_64-linux vendor/eigen/Eigen/SparseLU
tomoto-0.4.0-x86_64-darwin vendor/eigen/Eigen/SparseLU
tomoto-0.4.0-arm64-darwin vendor/eigen/Eigen/SparseLU
tomoto-0.4.0-aarch64-linux vendor/eigen/Eigen/SparseLU