OverSim
|
Go to the source code of this file.
Functions | |
void | error (const char *v) |
Vtr | operator+ (const Vtr &v) |
Vtr | operator- (const Vtr &v) |
Vtr | operator+ (const Vtr &v1, const Vtr &v2) |
Vtr | operator- (const Vtr &v1, const Vtr &v2) |
std::ostream & | operator<< (std::ostream &s, const Vtr &v) |
Vtr | operator* (const double scalar, const Vtr &v) |
Vtr | operator* (const Vtr &v1, const Vtr &v2) |
Vtr | operator/ (const Vtr &v, const double scalar) |
double | dot (const Vtr &v1, const Vtr &v2) |
Mtx | operator- (const Mtx &mat) |
Vtr | operator* (const Vtr &v, const Mtx &mat) |
Mtx | operator- (const Mtx &m1, const Mtx &m2) |
std::ostream & | operator<< (std::ostream &s, const Mtx &mat) |
Definition at line 127 of file yang.cc.
Referenced by Mtx::QRdecomp(), Mtx::QRdecomp_slow(), and Simplex::size().
void error | ( | const char * | v | ) |
Definition at line 11 of file yang.cc.
Referenced by XmlRpc::XmlRpcServer::acceptConnection(), XmlRpc::XmlRpcServer::bindAndListen(), Nps::coordsReqRpcResponse(), SingleHostUnderlayConfigurator::createNode(), KBRTestApp::deliver(), XmlRpc::XmlRpcClient::doConnect(), dot(), oversim::Koorde::findDeBruijnHop(), oversim::Koorde::findNode(), BrooseBucket::get(), Mtx::getcol(), P2pnsCache::getDataAtPos(), BrooseBucket::getDist(), oversim::ChordSuccessorList::getSuccessor(), Broose::handleBucketRequestRpc(), Broose::handleBucketResponseRpc(), XmlRpcInterface::handleCommonAPIPacket(), XmlRpc::XmlRpcClient::handleEvent(), GlobalCoordinator::handleMessage(), BrooseBucket::handleMessage(), oversim::ChordFingerTable::handleMessage(), oversim::ChordSuccessorList::handleMessage(), DHTDataStorage::handleMessage(), P2pnsCache::handleMessage(), SimpleTCP::handleMessage(), GlobalStatistics::handleMessage(), ConnectReaSE::handleMessage(), AccessNet::handleMessage(), GiaKeyListModule::handleMessages(), GiaTokenFactory::handleMessages(), GiaNeighbors::handleMessages(), oversim::Koorde::handleRpcDeBruijnRequest(), oversim::Chord::handleTimerEvent(), SimpleGameClient::handleTimerEvent(), Broose::handleTimerEvent(), oversim::Chord::handleUDPMessage(), CBRDHT::handleUpperMessage(), GlobalNodeList::initialize(), Broose::isSiblingFor(), BasePastry::isSiblingFor(), Kademlia::isSiblingFor(), oversim::Chord::isSiblingFor(), SingleHostUnderlayConfigurator::migrateNode(), Mtx::operator*(), operator*(), operator+(), Vtr::operator+=(), Mtx::operator+=(), operator-(), Vtr::operator-=(), Mtx::operator-=(), operator/(), Vtr::operator=(), Mtx::operator=(), XmlRpc::XmlRpcClient::parseResponse(), SingleHostUnderlayConfigurator::preKillNode(), XmlRpc::XmlRpcServerConnection::readHeader(), XmlRpc::XmlRpcClient::readHeader(), XmlRpc::XmlRpcServerConnection::readRequest(), XmlRpc::XmlRpcClient::readResponse(), MessageObserver::receivedMessage(), RealtimeScheduler::receiveWithTimeout(), MessageObserver::sentMessage(), Mtx::setcol(), InetUnderlayConfigurator::setUpIPv4(), InetUnderlayConfigurator::setUpIPv6(), XmlRpc::XmlRpcDispatch::waitForAndProcessEvents(), XmlRpc::XmlRpcClient::writeRequest(), and XmlRpc::XmlRpcServerConnection::writeResponse().
std::ostream& operator<< | ( | std::ostream & | s, |
const Vtr & | v | ||
) |
std::ostream& operator<< | ( | std::ostream & | s, |
const Mtx & | mat | ||
) |