exp Questions

1

Solved

I am writing a feed forward net in VC++ using AVX intrinsics. I am invoking this code via PInvoke in C#. My performance when calling a function that calculates a large loop including the function e...
Chiao asked 1/5, 2011 at 23:30

2

Solved

I am a beginner in MATLAB, and I need to represent e(-t2). I know that, for example, to represent ex I use exp(x), and I have tried the following 1) tp=t^2; / tp=t*t; x=exp(-tp); 2) x=exp(-t^2)...
Herdsman asked 6/3, 2011 at 12:43

2

Solved

I have a solution consisting of 3 projects. One is a static library, and two are console-based .exe files that depend on and link against this library. Their settings seem to be identical. I build ...
Baker asked 12/5, 2010 at 16:15

4

Solved

[I globally edited the question to be more "useful" and clear] I was wondering about the complexity of the implementation of the function exp in cmath. By complexity, I mean algorithmic complexit...
Sapwood asked 20/10, 2010 at 16:7

© 2022 - 2024 — McMap. All rights reserved.