chsvlib
chsv helper source code
Deprecated List
Member chsv_fast_bswap_uintptr (n)
Use chsv_fast_bswap_iwrd for machine word-sized integers.
Member Chusov::GetLastChsvErrorC () noexcept
The function is deprecated as non-portable.
Member Chusov::GetLastChsvErrorWin32 () noexcept
The function is deprecated as non-portable.
Member Chusov::SetLastChsvErrorInfoWC (chsverror_t nChsvError, unsigned long nWin32Error, errno_t nCError) noexcept
The function is deprecated as non-portable.
Member Chusov::SetLastChsvErrorWC (chsverror_t nChsvError) noexcept
The function is deprecated as non-portable.
Member FixedMatrix< Val, ColumnCount, RowCount, Alloc, Derived_t, ExecutionPolicy >::FixedMatrix (value_t *pVector, array_interpretation_t vector_interpretation, const allocator_type &alloc=allocator_type())
The input vector pVector must contain a number of elements which is at least a product of the ColumnCount and the RowCount class template arguments. The behaviour is undefined otherwise. Hence, the constructor is not safe. Consider construction of the matrix from iterators.
Member FixedMatrix< Val, ColumnCount, RowCount, Alloc, Derived_t, ExecutionPolicy >::FixedMatrix (value_t *pVector, const allocator_type &alloc=allocator_type())
The input vector pVector must contain a number of elements which is at least a product of the ColumnCount and the RowCount class template arguments. The behaviour is undefined otherwise. Hence, the constructor is not safe. Consider construction of the matrix from iterators.