GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
#include <iostream>
#include <cfloat>
#include "CollocWt.h"
#include "f77-fcn.h"
#include "lo-error.h"
Go to the source code of this file.
Functions | |
static void | dfopr (octave_idx_type n, octave_idx_type n0, octave_idx_type n1, octave_idx_type i, octave_idx_type id, double *dif1, double *dif2, double *dif3, double *root, double *vect) |
static void | dif (octave_idx_type nt, double *root, double *dif1, double *dif2, double *dif3) |
static bool | jcobi (octave_idx_type n, octave_idx_type n0, octave_idx_type n1, double alpha, double beta, double *dif1, double *dif2, double *dif3, double *root) |
std::ostream & | operator<< (std::ostream &os, const CollocWt &a) |
|
static |
|
static |
Definition at line 56 of file CollocWt.cc.
References x.
Referenced by jcobi(), and mx_inline_diff().
|
static |
Definition at line 144 of file CollocWt.cc.
References abs(), dif(), x, and xisnan().
Referenced by CollocWt::init().
std::ostream& operator<< | ( | std::ostream & | os, |
const CollocWt & | a | ||
) |
Definition at line 492 of file CollocWt.cc.
References CollocWt::A, CollocWt::Alpha, CollocWt::B, CollocWt::Beta, CollocWt::left_included(), CollocWt::q, CollocWt::r, and CollocWt::right_included().