dynare/mex/sources/libkorder/sylv
Sébastien Villemot 91c677ca7f
MEX files: drop C++ preprocessor directives now obsolete
Dynare++ is no longer distributed as a standalone binary.
2023-12-07 17:57:01 +01:00
..
tests Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
BlockDiagonal.cc C++ modernization: use a braced initializer list instead when relevant 2023-12-04 18:20:43 +01:00
BlockDiagonal.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
GeneralMatrix.cc C++11 modernization: use std::array and std::vector instead of C arrays 2023-12-06 22:24:52 +01:00
GeneralMatrix.hh MEX files: drop C++ preprocessor directives now obsolete 2023-12-07 17:57:01 +01:00
GeneralSylvester.cc clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 14:37:05 +01:00
GeneralSylvester.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
IterativeSylvester.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
IterativeSylvester.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
KronUtils.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
KronUtils.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
KronVector.cc clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 14:37:05 +01:00
KronVector.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
QuasiTriangular.cc C++ modernization: use a braced initializer list instead when relevant 2023-12-04 18:20:43 +01:00
QuasiTriangular.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
QuasiTriangularZero.cc clang-format configuration: set “PackConstructorInitializers: NextLine” 2023-11-30 14:37:05 +01:00
QuasiTriangularZero.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
SchurDecomp.cc C++11 modernization: use std::array and std::vector instead of C arrays 2023-12-06 22:24:52 +01:00
SchurDecomp.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
SchurDecompEig.cc C++11 modernization: use std::array and std::vector instead of C arrays 2023-12-06 22:24:52 +01:00
SchurDecompEig.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
SimilarityDecomp.cc C++ modernization: more uses of auto keyword 2023-12-04 18:20:43 +01:00
SimilarityDecomp.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
SylvException.cc MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
SylvException.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
SylvMatrix.cc C++11 modernization: use std::array and std::vector instead of C arrays 2023-12-06 22:24:52 +01:00
SylvMatrix.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
SylvParams.cc MEX files: drop C++ preprocessor directives now obsolete 2023-12-07 17:57:01 +01:00
SylvParams.hh MEX files: drop C++ preprocessor directives now obsolete 2023-12-07 17:57:01 +01:00
SylvesterSolver.hh MEX files: reformat C++ source code using clang-format 15 2023-11-29 19:00:51 +01:00
SymSchurDecomp.cc C++11 modernization: use std::array and std::vector instead of C arrays 2023-12-06 22:24:52 +01:00
SymSchurDecomp.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
TriangularSylvester.cc C++ modernization: more uses of auto keyword 2023-12-04 18:20:43 +01:00
TriangularSylvester.hh Add [[nodiscard]] attribute to various functions 2023-12-05 15:44:23 +01:00
Vector.cc MEX files: drop C++ preprocessor directives now obsolete 2023-12-07 17:57:01 +01:00
Vector.hh MEX files: drop C++ preprocessor directives now obsolete 2023-12-07 17:57:01 +01:00