Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TheRealMJP/BakingLab
/ functions
Functions
4,907 in github.com/TheRealMJP/BakingLab
⨍
Functions
4,907
◇
Types & classes
2,175
↓ 14 callers
Function
innerSize
\returns the inner size. * * \note For a vector, this is just the size. For a matrix (non-vector), this is the minor dimension * wit
Externals/eigen/Eigen/src/Core/DenseBase.h:207
↓ 14 callers
Method
innerSize
Externals/eigen/Eigen/src/SparseCore/SparseView.h:47
↓ 14 callers
Method
outerIndexPtr
Externals/eigen/Eigen/src/SparseCore/SparseBlock.h:209
↓ 14 callers
Method
packetOp
Externals/eigen/Eigen/src/Core/Functors.h:627
↓ 14 callers
Function
prefetch
Externals/eigen/Eigen/src/Core/GenericPacketMath.h:184
↓ 14 callers
Function
resize
Externals/eigen/Eigen/src/SparseCore/SparseVector.h:196
↓ 14 callers
Method
rows
Externals/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h:315
↓ 14 callers
Method
rows
Externals/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h:68
↓ 14 callers
Function
swap
Swaps the values of \c *this and \a other. * Overloaded for performance: this version performs a \em shallow swap by swaping pointers and attrib
Externals/eigen/Eigen/src/SparseCore/SparseVector.h:235
↓ 14 callers
Method
translation
\returns a read-only expression of the translation vector of the transformation */
Externals/eigen/Eigen/src/Geometry/Transform.h:382
↓ 14 callers
Method
x
\returns the \c x coefficient */
Externals/eigen/Eigen/src/Geometry/Quaternion.h:60
↓ 13 callers
Function
AnsiToWString
Converts an ANSI string to a std::wstring
SampleFramework11/v1.02/Utility.h:30
↓ 13 callers
Function
CompileVSFromFile
SampleFramework11/v1.02/Graphics/ShaderCompilation.cpp:371
↓ 13 callers
Function
FileExists
Returns true if a file exits
SampleFramework11/v1.02/FileIO.cpp:18
↓ 13 callers
Function
Initialize
BakingLab/AppSettings.cpp:274
↓ 13 callers
Function
SetOpened
Group parameters
SampleFramework11/v1.02/TwHelper.cpp:249
↓ 13 callers
Function
acos
\returns an expression of the coefficient-wise arc cosine of *this. * * Example: \include Cwise_acos.cpp * Output: \verbinclude Cwise_acos.out
Externals/eigen/Eigen/src/plugins/ArrayCwiseUnaryOps.h:102
↓ 13 callers
Function
block
\returns a dynamic-size expression of a block in *this. * * \param startRow the first row in the block * \param startCol the first column in the
Externals/eigen/Eigen/src/plugins/BlockMethods.h:56
↓ 13 callers
Method
computeU
\returns true if \a U (full or thin) is asked for in this SVD decomposition */
Externals/eigen/unsupported/Eigen/src/SVD/SVDBase.h:155
↓ 13 callers
Method
conjugate
\sa MatrixBase::conjugate() */
Externals/eigen/Eigen/src/Core/TriangularMatrix.h:257
↓ 13 callers
Method
insert
Externals/eigen/Eigen/src/StlSupport/StdList.h:104
↓ 13 callers
Method
prod
Externals/eigen/Eigen/src/Core/Redux.h:385
↓ 13 callers
Method
y
\returns the \c y coefficient */
Externals/eigen/Eigen/src/Geometry/Quaternion.h:62
↓ 12 callers
Method
Device
Getters
SampleFramework11/v1.02/Graphics/DeviceManager.h:33
↓ 12 callers
Function
assign_scalar_eig2mkl
Externals/eigen/Eigen/src/Core/util/MKL_support.h:70
↓ 12 callers
Method
cols
Externals/eigen/Eigen/src/QR/ColPivHouseholderQR.h:296
↓ 12 callers
Method
determinant
Externals/eigen/Eigen/src/LU/FullPivLU.h:506
↓ 12 callers
Function
diagonal
\returns a const expression of the diagonal coefficients */
Externals/eigen/Eigen/src/SparseCore/SparseMatrix.h:626
↓ 12 callers
Method
diagonal
Externals/eigen/Eigen/src/Eigenvalues/Tridiagonalization.h:304
↓ 12 callers
Function
fftw_cast
Externals/eigen/unsupported/Eigen/src/FFT/ei_fftw_impl.h:23
↓ 12 callers
Method
fill
Externals/eigen/Eigen/src/Core/CwiseNullaryOp.h:322
↓ 12 callers
Function
pconj
Externals/eigen/Eigen/src/Core/arch/SSE/Complex.h:55
↓ 12 callers
Method
resizeNonZeros
Externals/eigen/unsupported/Eigen/src/Skyline/SkylineMatrix.h:626
↓ 12 callers
Method
rows
Externals/eigen/Eigen/src/LU/PartialPivLU.h:170
↓ 12 callers
Method
z
\returns the \c z coefficient */
Externals/eigen/Eigen/src/Geometry/Quaternion.h:64
↓ 11 callers
Function
HemisphereMonteCarloFactor
BakingLab/MeshBaker.cpp:52
↓ 11 callers
Method
ImmediateContext
SampleFramework11/v1.02/Graphics/DeviceManager.h:34
↓ 11 callers
Function
LoadTexture
Loads a texture, using either the DDS loader or the WIC loader
SampleFramework11/v1.02/Graphics/Textures.cpp:26
↓ 11 callers
Method
Reset
SampleFramework11/v1.02/Graphics/DeviceManager.cpp:201
↓ 11 callers
Method
Unmap
SampleFramework11/v1.02/Graphics/GraphicsTypes.cpp:573
↓ 11 callers
Function
check_template_parameters
Externals/eigen/Eigen/src/SparseCore/SparseMatrix.h:851
↓ 11 callers
Method
colwise
Externals/eigen/Eigen/src/Core/VectorwiseOp.h:597
↓ 11 callers
Function
innerStride
Externals/eigen/Eigen/src/Core/Array.h:224
↓ 11 callers
Function
pmadd
Externals/eigen/Eigen/src/Core/GenericPacketMath.h:278
↓ 11 callers
Method
resize
Resize the matrix without preserving the data (the matrix is set to zero) */
Externals/eigen/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h:197
↓ 11 callers
Method
size
\returns the size of a side of the respective square matrix, i.e., the number of indices */
Externals/eigen/Eigen/src/Core/PermutationMatrix.h:114
↓ 11 callers
Function
throw_std_bad_alloc
Externals/eigen/Eigen/src/Core/util/Memory.h:85
↓ 11 callers
Method
value
Externals/eigen/Eigen/src/SparseCore/SparseVector.h:364
↓ 11 callers
Method
y
\brief Retruns the y-translation by value. **/
Externals/eigen/Eigen/src/Geometry/Translation.h:76
↓ 11 callers
Method
z
\brief Retruns the z-translation by value. **/
Externals/eigen/Eigen/src/Geometry/Translation.h:78
↓ 10 callers
Method
BackBufferWidth
SampleFramework11/v1.02/Graphics/DeviceManager.h:42
↓ 10 callers
Method
SetPS
SampleFramework11/v1.02/Graphics/GraphicsTypes.h:238
↓ 10 callers
Method
all
Externals/eigen/Eigen/src/Core/BooleanRedux.h:79
↓ 10 callers
Function
amd_flip
Externals/eigen/Eigen/src/OrderingMethods/Amd.h:38
↓ 10 callers
Method
applyHouseholderOnTheRight
Externals/eigen/Eigen/src/Householder/Householder.h:149
↓ 10 callers
Method
compute
template<typename _Scalar>
Externals/eigen/unsupported/Eigen/src/Skyline/SkylineInplaceLU.h:120
↓ 10 callers
Method
computeV
\returns true if \a V (full or thin) is asked for in this SVD decomposition */
Externals/eigen/unsupported/Eigen/src/SVD/SVDBase.h:157
↓ 10 callers
Method
conjugate
Externals/eigen/Eigen/src/Geometry/Quaternion.h:658
↓ 10 callers
Method
eval
\return the equivalent permutation matrix */
Externals/eigen/Eigen/src/Core/PermutationMatrix.h:652
↓ 10 callers
Method
index
Externals/eigen/Eigen/src/SparseCore/SparseTriangularView.h:109
↓ 10 callers
Method
makeHouseholderInPlace
Externals/eigen/Eigen/src/Householder/Householder.h:42
↓ 10 callers
Function
mz_crc32
Karl Malbrain's compact CRC-32. See "A compact CCITT crc16 and crc32 C implementation that balances processor cache usage against speed": http://www.g
SampleFramework11/v1.02/TinyEXR.cpp:1446
↓ 10 callers
Method
normal
\returns a constant reference to the unit normal vector of the plane, which corresponds * to the linear part of the implicit equation. */
Externals/eigen/Eigen/src/Eigen2Support/Geometry/Hyperplane.h:136
↓ 10 callers
Method
rows
Externals/eigen/Eigen/src/SparseLU/SparseLU.h:120
↓ 10 callers
Method
rows
Externals/eigen/Eigen/src/PardisoSupport/PardisoSupport.h:130
↓ 10 callers
Method
rows
Externals/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixSquareRoot.h:440
↓ 10 callers
Method
rows
Externals/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h:320
↓ 10 callers
Method
rowwise
Externals/eigen/Eigen/src/Core/VectorwiseOp.h:622
↓ 10 callers
Function
toRotationMatrix
Externals/eigen/Eigen/src/Geometry/RotationBase.h:182
↓ 10 callers
Method
unitOrthogonal
Externals/eigen/Eigen/src/Geometry/OrthoMethods.h:209
↓ 10 callers
Function
value
Externals/eigen/Eigen/src/SparseCore/SparseCwiseBinaryOp.h:141
↓ 10 callers
Method
valuePtr
Externals/eigen/unsupported/Eigen/src/Skyline/SkylineMatrix.h:759
↓ 9 callers
Function
CompileCSFromFile
SampleFramework11/v1.02/Graphics/ShaderCompilation.cpp:441
↓ 9 callers
Method
Initialize
SampleFramework11/v1.02/App.cpp:200
↓ 9 callers
Function
SetViewport
Sets the viewport for a given render target size
SampleFramework11/v1.02/Utility.h:143
↓ 9 callers
Method
ToString
SampleFramework11/v1.02/MurmurHash.cpp:17
↓ 9 callers
Method
Value
SampleFramework11/v1.02/Settings.cpp:190
↓ 9 callers
Method
applyThisOnTheLeft
Externals/eigen/Eigen/src/Core/EigenBase.h:84
↓ 9 callers
Method
cols
Externals/eigen/Eigen/src/SuperLUSupport/SuperLUSupport.h:316
↓ 9 callers
Method
cols
Externals/eigen/Eigen/src/SparseCholesky/SimplicialCholesky.h:67
↓ 9 callers
Method
cols
\returns the number of columns. \sa rows() */
Externals/eigen/Eigen/src/SparseCore/SparseMatrixBase.h:152
↓ 9 callers
Method
cols
\returns the number of columns of the represented matrix. */
Externals/eigen/Eigen/src/SparseQR/SparseQR.h:98
↓ 9 callers
Method
cols
Externals/eigen/Eigen/src/QR/HouseholderQR.h:183
↓ 9 callers
Method
cols
Externals/eigen/unsupported/Eigen/src/MatrixFunctions/MatrixPower.h:321
↓ 9 callers
Method
cols
Externals/eigen/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h:81
↓ 9 callers
Method
finalize
Must be called after inserting a set of non zero entries. */
Externals/eigen/unsupported/Eigen/src/Skyline/SkylineMatrix.h:534
↓ 9 callers
Method
index
Externals/eigen/Eigen/src/Core/Diagonal.h:139
↓ 9 callers
Function
isApprox
Externals/eigen/Eigen/src/Core/MathFunctions.h:716
↓ 9 callers
Method
linear
\returns a read-only expression of the linear (linear) part of the transformation */
Externals/eigen/Eigen/src/Eigen2Support/Geometry/Transform.h:148
↓ 9 callers
Function
norm1
Externals/eigen/Eigen/src/Core/MathFunctions.h:605
↓ 9 callers
Method
outerSize
Externals/eigen/unsupported/Eigen/src/SparseExtra/DynamicSparseMatrix.h:83
↓ 9 callers
Function
predux
Externals/eigen/Eigen/src/Core/GenericPacketMath.h:200
↓ 9 callers
Function
preverse
Externals/eigen/Eigen/src/Core/arch/SSE/Complex.h:127
↓ 9 callers
Method
rank
\returns the rank of the matrix of which *this is the QR decomposition. * * \note This method has to determine which pivots should be cons
Externals/eigen/Eigen/src/QR/FullPivHouseholderQR.h:216
↓ 9 callers
Method
rows
Externals/eigen/Eigen/src/Eigenvalues/HessenbergDecomposition.h:362
↓ 9 callers
Method
rows
Externals/eigen/Eigen/src/QR/HouseholderQR.h:182
↓ 9 callers
Method
solve
Externals/eigen/Eigen/src/NNLS/nnls.h:289
↓ 9 callers
Method
squaredNorm
\returns the squared norm of the quaternion's coefficients * \sa Quaternion::norm(), MatrixBase::squaredNorm() */
Externals/eigen/Eigen/src/Eigen2Support/Geometry/Quaternion.h:142
↓ 9 callers
Method
sum
FIXME here we could return an expression of the sum
Externals/eigen/unsupported/Eigen/src/AutoDiff/AutoDiffVector.h:64
↓ 9 callers
Method
swap
Externals/eigen/Eigen/src/SparseCore/CompressedStorage.h:59
← previous
next →
201–300 of 4,907, ranked by callers