next up previous contents [pdf] index

Next: sf_banded_const_define Up: sf_banded_define Previous: Input parameters

Definition

void sf_banded_define (sf_bands slv, 
                       float* diag  /* diagonal [n] */, 
                       float** offd /* off-diagonal [band][n] */)
/*< define the matrix >*/
{
   ...
}




2011-07-02