#include <dpsim/MNASolverDynInterface.h>
#include <stdio.h>
#include <string.h>
#include <cusolverSp.h>
#include <magma_types.h>
#include <magma_v2.h>
#include <magmasparse.h>
Go to the source code of this file.
◆ dps_magma_cleanup()
| void dps_magma_cleanup |
( |
void | | ) |
|
◆ dps_magma_decomp()
◆ dps_magma_init()
◆ dps_magma_log()
| void dps_magma_log |
( |
const char * | str | ) |
|
◆ dps_magma_solve()
| int dps_magma_solve |
( |
double * | rhs_values, |
|
|
double * | lhs_values ) |
◆ get_mna_plugin()
◆ data
◆ dps_magma_plugin
Initial value:= {
.log =
}
void dps_magma_cleanup(void)
int dps_magma_decomp(struct dpsim_csr_matrix *matrix)
void dps_magma_log(const char *str)
int dps_magma_init(struct dpsim_csr_matrix *matrix)
int dps_magma_solve(double *rhs_values, double *lhs_values)
Definition at line 39 of file magma.c.
◆ PLUGIN_NAME
| const char* PLUGIN_NAME = "libdps_magma" |
|
static |