Searched defs:isCompressed (Results 1 - 7 of 7) sorted by relevance

/external/eigen/Eigen/src/SparseCore/
H A DMappedSparseMatrix.h54 bool isCompressed() const { return true; } function in class:Eigen::MappedSparseMatrix
H A DSparseMatrix.h116 inline bool isCompressed() const { return m_innerNonZeros==0; } function in class:Eigen::SparseMatrix
224 if(isCompressed())
258 eigen_assert(isCompressed() && "This function does not make sense in non compressed mode.");
290 if(isCompressed())
415 if(isCompressed())
451 if(isCompressed())
712 if(other.isCompressed())
749 if(m.isCompressed())
769 if(!m.isCompressed())
842 eigen_assert(!isCompressed());
[all...]
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/
H A DECPoint.java293 public boolean isCompressed() method in class:ECPoint
/external/jmonkeyengine/engine/src/core/com/jme3/texture/
H A DImage.java262 private boolean isCompressed; field in class:Image.Format
274 private Format(int bpp, boolean isDepth, boolean isCompressed, boolean isFP){ argument
277 this.isCompressed = isCompressed;
298 public boolean isCompressed() { method in class:Image.Format
299 return isCompressed;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.p2.repository.tools_2.0.1.R36x_v20100823.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.lucene_1.9.1.v20100518-1140.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/google-tv-pairing-protocol/java/jar/
H A Dbcprov-jdk15-143.jarMETA-INF/MANIFEST.MF META-INF/BCKEY.SF META-INF/BCKEY.DSA META ...

Completed in 298 milliseconds