Files
solver/OndselSolver/DiagonalMatrix.cpp
2023-11-30 20:58:49 -07:00

12 lines
592 B
C++

/***************************************************************************
* Copyright (c) 2023 Ondsel, Inc. *
* *
* This file is part of OndselSolver. *
* *
* See LICENSE file for details about copyright. *
***************************************************************************/
#include "DiagonalMatrix.h"
using namespace MbD;