Tinker9
70bd052 (Thu Nov 9 12:11:35 2023 -0800)
Loading...
Searching...
No Matches
include
math
lu.h
1
#pragma once
2
3
namespace
tinker
{
15
template
<
int
N,
class
T>
16
void
symlusolve
(
const
T* aUpRowMajor, T* b);
17
}
tinker::symlusolve
void symlusolve(const T *aUpRowMajor, T *b)
This subroutine uses the LU decomposition method to solve the linear system Ax = b,...
tinker
Definition:
testrt.h:9
Generated by
1.9.5