bn_poly Struct Reference
[Polynomials]

#include <bn.h>


Data Fields

long magic
int dgr
double cf [BN_MAX_POLY_DEGREE+1]


Detailed Description

Polynomial data type

Definition at line 899 of file bn.h.


Field Documentation

long magic
 

Definition at line 900 of file bn.h.

int dgr
 

Definition at line 901 of file bn.h.

Referenced by bn_poly_mul(), bn_poly_quartic_roots(), and bn_poly_synthetic_division().

double cf[BN_MAX_POLY_DEGREE+1]
 

Definition at line 902 of file bn.h.

Referenced by bn_poly_add(), bn_poly_quartic_roots(), bn_poly_scale(), and bn_poly_sub().


The documentation for this struct was generated from the following file:
Generated on Mon Sep 18 01:25:10 2006 for BRL-CAD by  doxygen 1.4.6