api_nsolve_laws
List of: Functions
Subjects: Analyzing Models, Geometric Analysis, Laws
Contents: Kernel

Action: Determines where two given laws are equal over a given domain.

Prototype: outcome api_nsolve_laws (


law* input_law1, // first law to solve




// with


law* input_law2, // second law to solve




// with


double start, // start of the domain


double end, // end of the domain


int* size, // returns how many




// places the laws equal




// each other


double** answer // returns where the two




// laws equal each other


);

Includes: #include "kernel/acis.hxx"

#include "kernel/kernapi/api/api.hxx"

#include "kernel/kernapi/api/kernapi.hxx"

#include "lawutil/law_base.hxx"

Limitations: The number of places that the two laws equal must be finite.

Library: kernel

Filename: kern/kernel/kernapi/api/kernapi.hxx

Effect: Read-only
PDF/KERN/16FNA.PDF
HTM/DATA/KERN/KERN/16FNA/0106.HTM