next up previous contents [pdf] index

Next: Input parameters Up: sf_tridiagonal_const_define Previous: Call

Definition

void sf_tridiagonal_const_define (sf_tris slv /* solver object */, 
                                  float diag  /* diagonal */, 
                                  float offd  /* off-diagonal */,
                                  bool damp   /* damping */)
/*< fill the matrix for the Toeplitz case >*/
{
   ...
}




2011-07-02