4#include "fils_struct.hpp" 
    8void bicgsv(fsi_linear_solver::FSILS_lhsType& lhs, fsi_linear_solver::FSILS_subLsType& ls, 
const int dof,
 
    9    const Array<double>& K, Array<double>& R);
 
The Vector template class is used for storing int and double data.
Definition Vector.h:23