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