Linux and UNIX Man Pages

Linux & Unix Commands - Search Man Pages

beagle(3) [debian man page]

beagle(3)							     HMSBEAGLE								 beagle(3)

NAME
beagle - returns an initialized instance or NULL if the index refers to an invalid instance SYNOPSIS
Classes interface Beagle enum BeagleErrorCode class BeagleException class BeagleFactory enum BeagleFlag class BeagleInfo class BeagleJNIImpl class BeagleJNIWrapper class DependencyAwareBeagleImpl class FourStateBeagleImpl class GeneralBeagleImpl class InstanceDetails class ResourceDetails class BeagleImpl class BeagleImplFactory class BeaglePlugin Functions BeagleImpl * getBeagleInstance (int instanceIndex) Detailed Description returns an initialized instance or NULL if the index refers to an invalid instance : wrap partials, eigen calcs, and transition matrices in a small structs -ISSUE: adding an resizePartialsBufferArray(int newPartialsBufferCount) method -ISSUE: adding a -ISSUE: Swapping temporaries (we decided not to implement the following idea libhmsbeagle plugin system Author: Aaron E. Darling Based on code found in 'Dynamic Plugins for C++' by Arthur J. Musgrove and published in Dr. Dobbs Journal, July 1, 2004. Author Generated automatically by Doxygen for HMSBEAGLE from the source code. Version 1.0.0 Fri May 25 2012 beagle(3)

Check Out this Related Man Page

beagle.BeagleFlag(3)						     HMSBEAGLE						      beagle.BeagleFlag(3)

NAME
beagle.BeagleFlag - SYNOPSIS
Public Member Functions BeagleFlag (long mask, String meaning) long getMask () String getMeaning () boolean isSet (long flags) Static Public Member Functions static String toString (long flags) Public Attributes PRECISION_SINGLE = (1 << 0, 'double precision computation') PRECISION_DOUBLE = (1 << 1, 'single precision computation') COMPUTATION_SYNCH = (1 << 2, 'synchronous computation (blocking') COMPUTATION_ASYNCH = (1 << 3, 'asynchronous computation (non-blocking)') EIGEN_REAL = (1 <<4, 'real eigenvalue computation') EIGEN_COMPLEX = (1 <<5, 'complex eigenvalue computation') SCALING_MANUAL = (1 << 6, 'manual scaling') SCALING_AUTO = (1 << 7, 'auto-scaling on') SCALING_ALWAYS = (1 << 8, 'scale at every update') SCALING_DYNAMIC = (1 << 19, 'manual scaling with dynamic checking') SCALERS_RAW = (1 << 9, 'save raw scalers') SCALERS_LOG = (1 << 10, 'save log scalers') VECTOR_SSE = (1 << 11, 'SSE vector computation') VECTOR_NONE = (1 << 12, 'no vector computation') THREADING_OPENMP = (1 << 13, 'OpenMP threading') THREADING_NONE = (1 << 14, 'no threading') PROCESSOR_CPU = (1 << 15, 'use CPU as main processor') PROCESSOR_GPU = (1 << 16, 'use GPU as main processor') PROCESSOR_FPGA = (1 << 17, 'use FPGA as main processor') PROCESSOR_CELL = (1 << 18, 'use CELL as main processor') Detailed Description Author: Andrew Rambaut Marc Suchard Version: $Id$ Author Generated automatically by Doxygen for HMSBEAGLE from the source code. Version 1.0.0 Fri May 25 2012 beagle.BeagleFlag(3)
Man Page

2 More Discussions You Might Find Interesting

1. UNIX for Dummies Questions & Answers

setserial not working on linux running on Beagleboard (ARM development board)

Hi, I'm trying to develop an application to work with serial infra-red module, but I'm having difficulties to even get my module started. My HW is Beagleboard, which has 1 UART serial port, normally used for console, which I have disabled (I re-created the boot.scr, without the console... (0 Replies)
Discussion started by: julumme
0 Replies

2. Debian

Can't log in

Hi folks, I am new here, sorry for an eventual double-post. I am facing a problem of inability to log in (neither as root nor as any other user) and hope for your assistance :-) I am running an embedded-linux Angstrom distro, which is Debian based and utilizes a (patched) mainline 3.2.18... (2 Replies)
Discussion started by: DuperZilch
2 Replies