"example/lapack_to_chameleon/step7.c" did not exist on "1bf6a9007e78d103c383dbba71a0b693bda2a4eb"
Fixes from my notes of the second day of March 2024 session
1 unresolved thread
Merge request reports
Activity
added C++ label
assigned to @sgilles
- Resolved by ROUVREAU Vincent
427 "And consequences might even be [dire](https://www.iro.umontreal.ca/~mignotte/IFT2425/Disasters.html) if you're not...\n", 428 "\n", 429 "Let's illustrate with a classic example:" 430 ] 431 }, 432 { 433 "cell_type": "code", 434 "execution_count": null, 435 "metadata": {}, 436 "outputs": [], 437 "source": [ 438 "#include <iostream>\n", 439 "\n", 440 "double ComplicatedMultiplyByTen(double value) \n", 441 "{ \n", 442 " double sum = 0.0; \n", This example is copied from geeksforgeeks website. The copyright of this site doesn't seem to allow it.
I don't think it's really an issue here:
- Only the snippet of code is inspired by the cited geeks for geeks; the text around is entirely mine.
- Even the code itself is not taken directly and is adapted.
- This is a really very simple algorithm (simple loop)
- I can find it elsewhere (very similar here).
So to me we're good; but if you're not comfortable with it I'm really open to any alternative.
Edited by GILLES Sebastien
- Resolved by ROUVREAU Vincent
- Resolved by ROUVREAU Vincent
- Resolved by ROUVREAU Vincent
- Resolved by ROUVREAU Vincent
- Resolved by ROUVREAU Vincent
added 4 commits
Toggle commit list
Please register or sign in to reply