source: ntrip/branches/BNC_2.11.0/src/bancroft.h@ 6784

Last change on this file since 6784 was 4278, checked in by mervart, 12 years ago
File size: 201 bytes
Line 
1
2#ifndef BANCROFT_H
3#define BANCROFT_H
4
5#include <newmatap.h>
6
7void bancroft(const Matrix& BBpass, ColumnVector& pos);
8
9inline double lorentz(const ColumnVector& aa, const ColumnVector& bb);
10
11#endif
12
Note: See TracBrowser for help on using the repository browser.